PATCH

Update Fulfillment


Updates a fulfillment's properties.

To update a field's value, include the new value in the fulfillment field in the body params. To remove a field's value, pass null.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/ecom/v1/fulfillments/{fulfillment.id}/orders/{orderId}

Path Params
fulfillment.idstringRequired

Fulfillment ID.

Body Params
orderIdstringRequired

Order ID.


fulfillmentFulfillment

Fulfillment info to update.

Response Object
orderWithFulfillmentsOrderWithFulfillments

Order ID and the orders' associated fulfillments after update.

Update Fulfillment

Updating a fulfillment's tracking number and tracking link.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?