Name | Type | Description | Notes |
---|---|---|---|
type | string | set AppShoppingCartPDFRequest if validate=false, AppShoppingCartPreviewPDFRequest if validate=true | [default to 'AppShoppingCartPDFRequest'] |
shop_order_id | string | The order number in the shop. All characters are allowed except < and &. It is optional in case of query parameter directCheckout is true. In all other cases it is mandatory required. | [optional] |
total | int | Total value of the shopping cart in euro cents. | [optional] |
create_manifest | bool | The flag indicating whether a posting receipt should be created. | [optional] |
create_shipping_list | string | Identifier of which type of shipping list is to be created is to be created: 0: No shipping list 1: Shipping list without addresses / delivery receipt only 2: Shipping list with addresses | [optional] |
dpi | string | [optional] | |
page_format_id | int | The ID of the print format. All available formats can be identified by request /app/catalog?types=PAGE_FORMATS | [optional] |
positions | \kruegge82\DPIM\Model\AppShoppingCartPDFPosition[] | List of PDF order items. At least one item has to be specified. |