Add shipment status

POST REST API request for suppliers, requiring a JSON body and an authorization token, in order to add a new status of the shipment.

Request

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

Request Body:

Fields nameTypeDescription
statusStringShipment status

Example of the request:

Click to copy
Success!
{
  "status": "AT_THE_AIRPORT",
}

Success Response

The endpoint will return status 204 - No Content.

Copyright © Ananas 2023. All right reserved.