action royalmail_get_orders_label_async { label: "Return a single PDF file with generated label and/or associated document(s)" description: "Reserved for OBA customers only\n\nThe account \"Label format\" settings page will control the page format settings used to print the postage label \nand associated documents. Certain combinations of these settings may prevent associated documents from being \nprinted together with the postage label within a single document. If this occurs the documentType option can be \nused in a separate call to print missing documents.\n" provider: royalmail method: GET path: "/orders/{orderIdentifiers}/label" encoding: json output: { type: "object" additionalProperties: true } }