Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleRequest body format:
Code Block
languagejson
{
  "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": [
    "МоскваGermany"
  ],
  "model": "model_path",
  "material_maps": {
    "normal": "path_here_normal",
    "color": "path_here_normal",
    "specular": "path_here_specular",
    "displacement": "path_here_displacement",
    "material": "material_path"
  }
}

...