POST:order_fulfillments.json
Commerce APIPOST:order_fulfillments.json

POST:order_fulfillments.json

Description

Modify one or multiple fulfillments.

Permission bit: "fulfillments.modify"

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


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


type: FulfillmentType

When automatically creating a fulfillment, use only items from given category

Example: ?type=physical

Request Body

Array of OrderFulfillmentModify

[
  {
    "email": false,
    "pickup_inventory_location_id": "",
    "shipping_provider_type": "auspost",
    "tracking_company": "Ship & Co",
    "tracking_number": "1Z2345",
    "tracking_url": "http://www.google.com/search?q=1Z2345"
  }
]

Response Body

Array of OrderFulfillment

Response Body Type

Loading module