latestSwagger 2.02026-07-133652141.7 KB

cb3af6151ae4

products

Allows new products from the seller to be loaded into the marketplace

This enpoint to creates new products in the Marketplace using skuSellerId as a primary key. This enpoint expects a json document with array of products. The server will load each product as an individual item that can be manipulated using your own skuSellerId. All requests to This endpoint are idenpontent with respect of the skuSellerId, this means that once a skuSellerId is created it cannot be re-created using this tool. In order to update use the PUT method with the correct skuSellerId. You can also use the POST /product to create a single product per request

post/products

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Request body

productIdstring

Brand Lovers Product ID. Use this to suggest a product association. This field is optional.

skuSellerIdstring required

Unique Product Id (SKU) in the seller system

productGroupIdstring

Unique Product Group ID. Products with the same productGroupId will be grouped and displayed as a unique entry. Use productGroupId to group diferent SKUs that represent diferent colors, sizes, capacities, etc..

titlestring required

Product name as advertised by manufacturer. This how the product will be displayed in the Marketplace

descriptionstring required

Product description.

brandstring required

Brand name

gtinstring[]

Array of product EAN and/or ISBN and/or ASIN codes

categoriesstring[] required

Array of categories associated with this product

imagesstring[] required

List of valid Product image URLs. HTTP or HTTPS are valid. HTTPS is prefered.

videosstring[]

List of videos de URLs associated with this product. HTTP or HTTPS are valid. HTTPS is prefered.

stockinteger required

Number of products availble for sale from the seller. Each new successfull order will automatically reduce the number of products available.

Response

Sucess! Server received your request and will start background processing.