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.

Notes:

  • trackingInfo.trackingNumber and trackingInfo.shippingProvider can be updated but not removed.
  • When updating lineItems, each line item must include an explicit quantity.
  • Line items can't be updated for a fulfillment with completed: true.
  • A shipping notification email may be sent to the buyer when the tracking info changes, depending on the site's email settings.
Authentication

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

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

Errors
409Already Exists

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

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