POST
/
openapi
/
v1
/
Products
/
BulkUpsert
Bulk Add or Update Product.
curl --request POST \
  --url https://api.oplog.one/openapi/v1/Products/BulkUpsert \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '[
  {
    "sku": "<string>",
    "imageUrl": "<string>",
    "name": "<string>",
    "barcodes": [
      "<string>"
    ],
    "type": "Product",
    "category": "<string>",
    "price": 123,
    "salePrice": 123,
    "currency": "TRY",
    "taxRatio": 123,
    "salesUrl": "<string>",
    "tag": "<string>",
    "width": 123,
    "length": 123,
    "height": 123,
    "weight": 123,
    "unitOfDimension": "Cm",
    "unitOfWeight": "Kg",
    "integrationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Body

The body is of type object[].

Response

200

Success