GET:order_fulfillments.json
Commerce APIGET: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


loose: Boolean

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

Example: ?loose=true


order_id: String, required

Unique order identifier. See also: Unique Identifiers

Example: ?order_id=or_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of OrderFulfillment

Response Body Type

Loading module