cURL
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" }
Oauth authentication with client credentials
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Application code
"0000007860-010106"
transaction ID
"XH4TDASD7812LDTST"
Order successfully shipped
success message
"Order successfully shipped"
Operation status
"success"