Request pickup

POST REST API request, requiring an authorization token, in order to request pickup for specified shipment.

Request

HTTP MethodPOST
URLStagehttps://api.stage.ananastest.com/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/request-pickup
Productionhttps://api.ananas.rs/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/request-pickup
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.