PATCH

Update Delivery Region


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Update a DeliveryRegion, supports partial update Pass the latest revision for a successful update

This method does not allow setting or updating the delivery delivery_carriers in this delivery_region. Delivery carriers within a region must be managed using dedicated methods: AddDeliveryCarrier to add a carrier, UpdateDeliveryCarrier to modify carrier settings, and RemoveDeliveryCarrier to remove a carrier. This ensures proper validation and event tracking for carrier changes.

Authentication

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

Permissions
Manage eCommerce - all permissions
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/ecom/v1/delivery-profiles/{deliveryProfileId}/delivery-region/{deliveryRegion.id}

Errors
400Invalid Argument

There are 2 errors with this status code.

404Not Found

There are 2 errors with this status code.

428Failed Precondition

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?