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>
Order successfully shipped
The response is of type object.
object