GET:order_fulfillments.json
GET:order_fulfillments.json
Description
Get all order fulfillments or specific fulfillments.
Permission bit: "fulfillments.read"
Topic: Order Fulfillments
Query Parameters
ids: Comma-separated array of String, required
List of fulfillment ids. See also: Unique Identifiers
Example: ?ids=fu_EQzGqWoY,fu_EQzGqWoY
When asking for multiple items, allow returning less than was asked (in case some are missing)
Example: ?loose=true
Unique order identifier. See also: Unique Identifiers
Example: ?order_id=or_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of OrderFulfillment
Response Body Type
Loading module