# Product Export Endpoint: POST /api/v1/exports/product Version: v1_redocly Security: bearer ## Header parameters: - `applicationId` (integer,null) ## Request fields (application/json): - `channelKey` (string) - `deltaFromDate` (string,null) - `channelId` (string) - `endpointUrl` (string,null) ## Response 200 fields (text/plain): - `code` (string) Enum: "Success", "AlreadyInProgress", "NoData", "Failed" - `jobKey` (string,null) - `dataUrl` (string,null) - `contentType` (string,null) - `itemsTotal` (integer) ## Response 429 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)