v1

latestSwagger 2.02026-07-133652141.7 KB
products

Update product details

Update a single product information such as name, brand, attribute, dimension, etc. Please note that data from your request will be merged with existing data. This allows you to easliy update only certain fields without the need to re-inform the other unchanged fields. For example in order to update just the field title simply send just this field with new information, remaining fields will not be changed. In order to erase an item the field must be informed as its default value, for example in order to erase the videos field must be sent as videos:[]. The skuSellerId field is always mandatory in the path and in the product json Object.

put/product/{skuSellerId}

Path parameters

skuSellerIdstring required

Unique Product Id (SKU) in the seller system that will be updated.

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 recommend a product association

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

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

descriptionstring

Product text description.

brandstring

Brand name

gtinstring[]

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

categoriesstring[]

Array of categories associated with this product

imagesstring[]

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

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

Response

Success!