Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Method: PATCH

URL: https://pim-client.wizart.ai/api/v2/collection/:collectionUuid/article/:articleUuid

Headers: Accept: applicaton/json, Content-Type: applicaton/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

 Request body format:
{
  "vendor_code": "string",
  "name": "string",
  "description": "string",
  "image_path": "string",
  "availability": "in_stock",
  "link": [
    "string"
  ],
  "find_store_action": "string",
  "add_to_cart_action": "string",
  "layout": "vertical",
  "application_type": [
    "wall"
  ],
  "regular_price": [
    33.12
  ],
  "promotional_price": [
    33.12
  ],
  "rapport": 0,
  "rapport_shift": 0,
  "width": 0,
  "length": 0,
  "reverse_180": false,
  "mural": false,
  "transparency": 0,
  "context": [
    "Москва"
  ],
  "model": "model_path",
  "material_maps": {
    "normal": "path_here_normal",
    "color": "path_here_normal",
    "specular": "path_here_specular",
    "displacement": "path_here_displacement",
    "material": "material_path"
  }
}

  • No labels