Post Listing of New Product with external Image Urls

API to be used for listing a new product with external Image urls(CDN, Dropbox)

Ensure that following pre-requisite APIs are used befor using this API

  1. Get Attributes API to know the attributes needed to list the product under the right category
  2. Pre-listing financials API to know the approximate financial split upfront
  3. CDN/Dropbox image url's needed for listing the product.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
categoryIdintegerBodyMandatoryId of the category (has to be product type) for which attributes are required
categoryUrlStringBodyOptionalcategoryUrl
sellerSKUStringBodyMandatorySeller's unique identifier of the product
brandIdIntegerBodyOptionalbrandId
attrNameToValueMapStringBodyMandatoryMap containing attributes got from the category attributes API as key and their values
externalImagebooleanBodyMandatoryFor external image support.

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartnerI Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
uploadIdStringuploadId
errorMessageStringerrorMessage
attributeErrorMapMap<String, String>Map of Attributes and errors related to them.if there is no errors its value is null.

with above uploadId we can hit the Feed apis to get the status.

Language
Authorization