post https://api.kentro.dev/v1/channel/fulfillment-order/refresh
This will search for any existing fulfillment orders and update it to match sales order changes if possible.
Responses
This will search for any existing fulfillment orders and update it to match sales order changes if possible.
xxxxxxxxxx
10curl --request POST \
--url https://api.kentro.dev/v1/channel/fulfillment-order/refresh \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ifUpdateIsNotPossible": "error",
"skipInventoryAdjustment": false
}
'
Try It!
to start a request and see the response here! Or choose an example: