URL | |
Request Headers | Authorization - authorization token. |
HTTP Status Codes | 200 – OK 401 – Unauthorized 404 – Not Found |
Response | { |
Example: submit/v1/channels/homedepot-thd-qa/products
Body Example: ["myProductId01","myProductId02"]
Parameter | Description | Parameter Type | Data Type |
channelId | The id of the channel the submission should target | path | string |
productsIds | The list of products to submit. | body | Array[string] |