Add or edit products in bulk

Add or edit products in bulk

Request
Security:
Request Body schema:

Optional description

name
string

Product name

description
string

Product description

coverImage
string

Product cover image

ean
string

Europian Article Number

brand
string

Product brand

gallery
Array of strings

Product images

parentEan
string

The product will be a variation of the product to which the EAN is entered

packageWeightValue
number

Package weight value

packageWeightUnit
any
Default: "KG"

Package weight unit

Enum: "KG" "G"
basePrice
number

Product price with VAT included

vat
number

Product VAT

stockLevel
integer

Stock level

sku
string

Stock keeping unit

externalId
string

Unique product identifier on merchant side

productType
string

Type of product

category
string

Main category where product belongs

object

Attributes of product like color, size, material type, type of RAM, etc.

Responses
200

Successfully

400

Invalid request

500

Internal server error

post/product/api/v1/merchant-integration/import
Request samples
{}
Response samples
application/json
{
  • "id": "afc1b015-d8fa-409e-b9d5-6b32d78d59f0"
}
Copyright © Ananas 2023. All right reserved.