post https://api.kentro.dev/v1/channel/shipping/delete
Deleting the record does not readjust inventory! (Make sure to adjust it manually if required)
Responses
Deleting the record does not readjust inventory! (Make sure to adjust it manually if required)
xxxxxxxxxx
curl --request POST \
--url https://api.kentro.dev/v1/channel/shipping/delete \
--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: