GET:scheduled_fulfillments.json
Commerce APIGET:scheduled_fulfillments.json

GET:scheduled_fulfillments.json

Description

Get all order scheduled fulfillments or specific scheduled fulfillments.

Permission bit: "scheduled_fulfillments.read"

Topic: Scheduled Fulfillments

Query Parameters

ids: Comma-separated array of String, required

List of scheduled fulfillment ids. See also: Unique Identifiers

Example: ?ids=sf_EQzGqWoY,sf_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 ScheduledFulfillment

Response Body Type

Loading module