post https://api.kentro.dev/v1/channel/fulfillment-order/generate
This will check for any existed fulfillment rout rules or will use sales channel default configuration to create fulfillment order(s) from sales order.
Responses
This will check for any existed fulfillment rout rules or will use sales channel default configuration to create fulfillment order(s) from sales order.
xxxxxxxxxx
curl --request POST \
--url https://api.kentro.dev/v1/channel/fulfillment-order/generate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"skipInventoryAdjustment": false
}
'
Try It!
to start a request and see the response here! Or choose an example: