Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Team token from api /extapi/v1.0/team_token
Body Params application/json
ext_order_status_name
string
optionalYour external order status
{
"ext_order_status_name": "string"
}
Request 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