Set Fulfillment Info
Modifies an order’s fulfillment information. For example, to update the fulfillment address, estimated delivery date, or the merchant’s fulfillment cost.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the order whose fulfillment information you want to change.
Query Parameters
Determines the update strategy for this update (ApplyAndCommit, ApplyToOriginal, ApplyToDraft).
Determines whether or not to check versioning of items for concurrency purposes.
limits which fields are returned in the response body
Body
All properties that you want the updated fulfillment information to have.
Shipment information, which includes the shipping address, price, estimated delivery date, tracking information, method (for example, Ground, Overnight, or Pick-up), carrier (for example, USPS, UPS, FedEx), and current status (for example, Not Shipped, In Transit, Delayed, or Returned To Sender).
Custom data originated by the shipping service.
Indicates that the destination is commercial
Code that uniquely identifies the shipping method such as "Ground," "Overnight," or "Digital." The site's shipping settings lists the valid shipping methods specified for this site.
Readable name of the shipping method
Response
Success
Shipment information, which includes the shipping address, price, estimated delivery date, tracking information, method (for example, Ground, Overnight, or Pick-up), carrier (for example, USPS, UPS, FedEx), and current status (for example, Not Shipped, In Transit, Delayed, or Returned To Sender).
Custom data originated by the shipping service.
Indicates that the destination is commercial
Code that uniquely identifies the shipping method such as "Ground," "Overnight," or "Digital." The site's shipping settings lists the valid shipping methods specified for this site.
Readable name of the shipping method

