Skip to main content
Submit Products

Submits a product to the channel’s internal system.

Updated over a week ago

URL

Request Headers

Authorization - authorization token.

HTTP Status Codes

200 – OK

401 – Unauthorized

404 – Not Found

Response

{
"submissionId": "string",
"validationResults": [
{
"attributeErrors": {},
"businessRulesErrors": [
{
"businessRuleId": "string",
"errorAttributeIds": [
"string"
],
"errorMessage": "string"
}
],
"emptyRequiredAttributeList": [
"string"
],
"productErrors": [
{
"errorMessage": "string"
}
],
"productId": "string",
"productName": "string"
}
]}

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]

Did this answer your question?