v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Set product meta

Use this API method to set product meta fields for an image. This can be used by retailers for organizing images into product groups for an ecommerce store.

post/v2/files/meta/product

Query parameters

filenamestring required

Request body

idstring
namestring
brandstring
category1string
category2string

Example request

{
  "id": "LLBB77",
  "name": "Blue Lake Card",
  "brand": "BLUE LAKE LLC",
  "category1": "Cards",
  "category2": "Lakes"
}

Response

Successful