Request pickup
POST REST API request, requiring an authorization token, in order to request pickup for specified shipment.
Request
HTTP Method | POST | |||||
URL | Stage | https://api.stage.ananastest.com/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/request-pickup | ||||
Production | https://api.ananas.rs/ws-inventory/api/v1/supplier-integration/shipment/{shipmentId}/request-pickup | |||||
HTTP Headers |
|
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.