Mark shipment in transit

POST REST API request, requiring an authorization token, in order to mark shipment in transit.

Request

HTTP MethodPOST
URLStagehttps://api.stage.ananastest.com/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/mark-in-transit
Productionhttps://api.ananas.rs/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/mark-in-transit
HTTP Headers
Header nameHeader value
AuthorizationBearer {access_token}

Error Response

There is one scenario where the endpoint will return a status of 4xx:

  • If shipment does not exist, or if it does not belong to the supplier - 404

Success Response

The endpoint will return status 204 - No Content.

Copyright © Ananas 2023. All right reserved.