updatePackageput https://sellingpartnerapi-na.amazon.com/externalFulfillment/2024-09-11/shipments/{shipmentId}/packages/{packageId}Updates the details about the packages that will be used to fulfill the specified shipment.Path ParamsshipmentIdstringrequiredThe ID of the shipment to which the package belongs.packageIdstringrequiredThe ID of the package whose information you want to update.Body ParamsThe body of the request.idstringrequiredAn ID that uniquely identifies a package within a shipment.dimensionsobjectrequiredThe dimensions of a package.dimensions objectweightobjectrequiredThe weight of a package.weight objecthazmatLabelsarray of stringslength ≥ 0The optional list of HAZMAT labels applied to the package.hazmatLabelsADD stringpackageLineItemsarray of objectsrequiredThe list of line items in a package.packageLineItems*ADD objectstatusstringenumThe current status of the package.Show DetailsCREATEDThe package is created.PICKUP_SLOT_RETRIEVEDThe pickup slot is retrieved.INVOICE_GENERATEDThe invoice is generated.SHIPLABEL_GENERATEDThe shipping label is generated.SHIPPEDThe package is shipped.DELIVEREDThe package is delivered.CANCELLEDThe shipment is cancelled.CREATEDPICKUP_SLOT_RETRIEVEDINVOICE_GENERATEDSHIPLABEL_GENERATEDSHIPPEDDELIVEREDCANCELLEDAllowed:CREATEDPICKUP_SLOT_RETRIEVEDINVOICE_GENERATEDSHIPLABEL_GENERATEDSHIPPEDDELIVEREDCANCELLEDpackageHandlingRequirementsstringenumWhether the package requires standard handling or extra care.Show DetailsNORMALThe package requires standard handling.FRAGILEThe package requires extra care in handling.FRAGILENORMALFRAGILEAllowed:NORMALFRAGILEResponses 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