orderFulfillment
Get a single order fulfillment by ID.
Authentication & Permissions
Requires authentication and the orders:read_fulfillments permission for
the fulfillment's company.
Error Scenarios
- **
NOT_FOUND**: when no fulfillment matches the given ID. - **
RESTRICTED_ACCESS**: when the caller lacks permission on the owning company.
orderFulfillment(
fulfillmentId: ID!
): OrderFulfillment
Arguments
orderFulfillment.fulfillmentId ● ID! non-null scalar common
Order fulfillment ID.
Type
OrderFulfillment object orders
This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.