Fulfillment request config API (v0)
Download OpenAPI specification:Download
Use this API to manage configurations related to updating the status of fulfillment requests in an order via NOM.
For more information, see the guide.
Get setting to update shipment status for order
Retrieves the current configuration to determine if you can update the status for fulfillment requests that were processed outside of the NewStore platform, because of possible issues with fulfillment or shipping status updates.
For more information, see the guide.
Authorizations:
Responses
Response samples
- 200
{- "value": false,
- "updated_at": "2021-07-13T20:18:25Z"
}
Enable setting to update shipment status for order
Enables the configuration to allow you to update the status for fulfillment requests that were processed outside of the NewStore platform, because of possible issues with fulfillment or shipping status updates.
For more information, see the guide.
Authorizations:
Request Body schema: application/json
value required | boolean or null Tenant-based release toggle for updating the status of a fulfillment request in NOM. |
Responses
Request samples
- Payload
{- "value": false
}