Skip to main content

Show Removal Shipment

GET 

/api/amazon/:integrationInstance/removal-shipments/:removalShipment

Fetch a single removal shipment with its parent removal order eager-loaded. Returns 404 if the shipment does not belong to the supplied integration instance. NOTE: this route is registered twice — under /api/amazon/{integrationInstance}/removal-shipments/{removalShipment} and under /api/amazon/{integrationInstance}/ledgers/removal-shipments/{removalShipment} — both invoke the same controller method.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request

Responses

OK

Response Headers
    Content-Type