Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"ext_order_status_name": "string"
}
Request Code Samples
curl --location --request PATCH 'https://api.salesmania.id/extapi/v1.0/orders/?team_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"ext_order_status_name": "string"
}'
Responses
application/json Modified at 2025-03-25 05:16:50