################################## REQUEST V1 ################################## POST /sr_company_ws/api/order/d07a3fa9-8336-4512-ad87-dac6277b4c9f/status Content-Type: application/json Accept: application/json [{ "id": 2476, "status": "sent", "tracking": "M6660159584", "courier_code":"666" }] ################################## REQUEST V2 ################################## POST /sr_company_ws/api/v2/order/status Content-Type: application/json Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJzcm9fYXBpIiwic3ViIjoiNDciLCJhdWQiOlsic3JvX2FwaSJdLCJpYXQiOjE3NTM3OTgxNTEsImV4cCI6MTc1Mzc5OTA1MSwianRpIjoiOWUzZTY1OTctOTQwOS00ZTIyLWI5NDktOTQ4MGYxNWFkZGYwIiwiYWNjb3VudF9pZCI6NDcsInVzZXJuYW1lIjoibS5jcmVtb25pbmlAc2VsbHJhcGlkby5jb20iLCJjb21wYW55X2lkIjozMTAsInRva2VuX25hbWUiOiJhY2Nlc3NfdG9rZW4iLCJleHBpcmVfYXQiOiIyMDI1LTA3LTI5VDE0OjI0OjExLjAyODMyNzcwN1oiLCJjcmVhdGlvbl9hdCI6IjIwMjUtMDctMjlUMTQ6MDk6MTEuMDI4MzI3NzA3WiIsInJlZnJlc2hfanRpIjoiMzgyMmZlODUtN2MyMy00MDMzLWI4ODktMjRhMzczZDQwZGY5In0.Y6P87Qc2IphD026gfDqaK6Q31olyFmlxy4j56aZxYsk [{ "id": 2476, "status": "sent", "tracking": "M6660159584", "courier_code":"666" }] ################################## RESPONSE INVARIATA ################################## HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Encoding: gzip [] in caso di errore payload di response del tipo [ { "index": 0, "id": "2476", "error_message": "Unable to enqueue a change status request for order 15690 on shop Sellrapido e-Commerce https://www.b2bdrop.com/ - ITA due to a previous pending request" } ] index: indice dell'ordine nel payload di richiesta (base 0) id: id dell'ordine error_message: informazioni sull'errore che non ha permesso l'aggiornamento