Orders > Order Fulfillments > orderFulfillments
Commerce APIOrdersOrder FulfillmentsorderFulfillments
orderFulfillments
GET:order_fulfillments.json

Description

Get all order fulfillments or specific fulfillments.

Permission bit: "fulfillments.read"

Topic: Order Fulfillments

Arguments

ids: [String!]

List of fulfillment ids. See also: Unique Identifiers

Example: ["fu_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


order_id: String!

Unique order identifier. See also: Unique Identifiers

Example: "or_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[OrderFulfillment!]

Preview (typescript)

Loading module