This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves the site's order settings.
Orders settings.
curl -X GET \
'https://www.wixapis.com/ecom/v1/orders-settings' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{
"ordersSettings": {
"inventoryUpdateTrigger": "ON_ORDER_PLACED",
"createInvoice": false,
"createdDate": "2024-07-04T15:10:46.070Z",
"updatedDate": "2024-07-04T15:10:46.070Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.