POST
/
api
/
order
/
dispatched
curl --request POST \
  --url https://api.artisn.desarrollo-redbrand.com/api/api/order/dispatched \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "codigo_app": "0000007860-010106",
  "id_transaccion": "XH4TDASD7812LDTST"
}'
{
  "message": "Order successfully shipped",
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Order successfully shipped

The response is of type object.