generateShipLabelsput https://sellingpartnerapi-na.amazon.com/externalFulfillment/2024-09-11/shipments/{shipmentId}/shipLabelsGenerate and retrieve all shipping labels for one or more packages in the shipment you specify.Path ParamsshipmentIdstringrequiredThe ID of the shipment whose shipping labels you want to generate and retrieve.Query ParamsshippingOptionIdstringThe ID of the shipping option whose shipping labels you want.operationstringenumrequiredSpecify whether you want to generate or regenerate a label.GENERATEREGENERATEAllowed:GENERATEREGENERATEBody ParamsShipping details for when shipping is not done by the marketplace channel.packageIdsarray of stringsrequiredlength ≤ 50The subset of package IDs used to generate a label.packageIds*ADD stringcourierSupportedAttributesobjectThe tracking details of the package if it is shipped by a third party courier. This attribute should only be provided when the value of shipBy is THIRD_PARTY_CARRIER.courierSupportedAttributes objectResponses 200Success. 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