Skip to content

Cancel a restocking shipment

Request

Cancels an existing restocking shipment.

Security
BearerAuth
Path
idinteger, (int64)required

Restocking Shipment ID

curl -i -X PUT \
  'https://hive-merchant-api.redocly.app/_mock/merchant-api-v2/mapi_v2_oas31/restocking_shipments/{id}/cancel' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Restocking shipment cancelled successfully

Bodyapplication/json
object
Response
{}