processShipmentpost https://sellingpartnerapi-na.amazon.com/externalFulfillment/2024-09-11/shipments/{shipmentId}Confirm or reject the specified shipment.Path ParamsshipmentIdstringrequiredThe ID of the shipment you want to confirm or reject.Query ParamsoperationstringenumrequiredThe status of the shipment.CONFIRMREJECTAllowed:CONFIRMREJECTBody ParamsInformation about the shipment and its line items.referenceIdstringA unique identifier for every shipment rejection.lineItemsarray of objectsrequiredlength ≥ 0Details about the line items from the shipment that are being confirmed or rejected by the seller.lineItems*ADD objectResponses 204Success. 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 409The resource specified conflicts with the current state 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 422Unprocessable Entity. Unable to process the contained instructions 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 6 months ago