updatePackageStatuspatch https://sellingpartnerapi-na.amazon.com/externalFulfillment/2024-09-11/shipments/{shipmentId}/packages/{packageId}Updates the status of the packages.Path ParamsshipmentIdstringrequiredThe ID of the shipment to which the package belongs.packageIdstringrequiredThe ID of the package whose status you want to update.Query ParamsstatusstringenumDEPRECATED. Do not use. Package status is defined in the body parameter.SHIPPEDAllowed:SHIPPEDBody ParamsThe body of the request.statusstringenumThe status of a 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.DELIVEREDCREATEDPICKUP_SLOT_RETRIEVEDINVOICE_GENERATEDSHIPLABEL_GENERATEDSHIPPEDDELIVEREDAllowed:CREATEDPICKUP_SLOT_RETRIEVEDINVOICE_GENERATEDSHIPLABEL_GENERATEDSHIPPEDDELIVEREDsubStatusstringenumThe sub-status of a package.Show DetailsOUT_FOR_DELIVERYThe package is out for delivery.DELIVEREDThe package is delivered.NOT_DELIVEREDThe package is not delivered.UNDELIVERABLEThe package is undeliverable.DELIVEREDOUT_FOR_DELIVERYDELIVEREDNOT_DELIVEREDUNDELIVERABLEAllowed:OUT_FOR_DELIVERYDELIVEREDNOT_DELIVEREDUNDELIVERABLEreasonstringlength ≤ 128The reason for the sub-status.Responses 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