PUT
/
openapi
/
v1
/
Products
/
{sku}
Update Product.
curl --request PUT \
  --url https://api.oplog.one/openapi/v1/Products/{sku} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "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.

Path Parameters

sku
string
required

Body

Response

200

Success