This will post Sales Order Acknowledgement
Request
Body Params application/json
{
"data": {
"SKUId": "string",
"status": "string",
"message": "string"
}
}
Request Code Samples
curl --location --request POST '/ProductAck' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"SKUId": "string",
"status": "string",
"message": "string"
}
}'
Responses
application/json Modified at 2024-12-20 09:09:25