Retrieve an Excel file containing a set of products.
The request body is of type GetExportProductsStream.
Request Body Parameters
| Name | Description | Data Type |
| classificationGroupId | | xml:int |
| classification1Id | | xml:int |
| productCategoryId | | xml:int |
| cashRegisterGroupId | | xml:int |
| brandId | | xml:int |
| preferredSupplierId | | xml:int |
| supplierId | | xml:int |
| isWebshopProducts | | BooleanFilter |
| isCancelledOnly | | BooleanFilter |
| lastModifiedSinceDateTime | | xml:dateTime |
| fileExtension | | xml:string |
| records | | xml:int |

Overview
 |
 |
Sequence
| |
The response body is of type GetExportProductsStreamResponse.
Response Body Parameters
| Name | Description | Data Type |
| GetExportProductsStreamResult | | xml:base64Binary |
| fileExtension | | xml:string |
| records | | xml:int |

Overview
 |
 |
Sequence
| |