Skip to main content
POST
/
products
cUrl
curl --location --request POST 'https://api.catalogix.ai/v1/products?store_uuid=67762d4ce590324df813bd8c' \
--header 'apikey: apikey' \
--header 'Content-Type: application/json' \
--data-raw '[
  {
    "product_code": "CI001",
    "parent_code": "SC001",
    "Product Name": "Blue shirts",
    "Department": "Men",
    "Category": "Dupatta",
    "Selling Price": "1000",
    "Currency": "INR",
    "Image URL 1": "https://assets-test.catalogix.ai/dee9c181338099b931cde78787df567a",
    "Image URL 2": "https://assets-test.catalogix.ai/b9e0a674584b15df799a2d2a7bcb6f57",
    "Image URL 3": "https://assets-test.catalogix.ai/3d8f430ce3bc623e8037aac988a889c6",
    "Image URL 4": "https://assets-test.catalogix.ai/e263183310aa0093381bf48a6d8540aa",
    "Image URL 5": "https://assets-test.catalogix.ai/38d253f0fb7aad878ae270e2c612467a",
    "Image URL 6": "https://assets-test.catalogix.ai/5733be608a3f9303af5d7dd14621d2d1"
  }
]'
{
  "status": {
    "code": 0,
    "message": "success"
  },
  "data": {
    "store_uuid": "67762d4ce590324df813bd8c",
    "failed_products": [
      {
        "metadata": {
          "product_code": "CI001",
          "errors": [
            "Category"
          ]
        }
      }
    ],
    "successful_product_codes": [
      "CI001"
    ],
    "existing_product_codes": [
      "CI001"
    ]
  }
}

Headers

apikey
string
required

Query Parameters

store_uuid
string
required

Body

application/json · SkuDataModel · object[]
parent_code
string
required

product parent code

Example:

"CI001"

Image URL 1
string

Image URL 1

Example:

"https://assets-test.catalogix.ai/dee9c181338099b931cde78787df567a"

status
enum<string>
default:new
Available options:
new,
active,
problem,
inactive,
draft,
under review
Example:

"inactive"

Response

Insert successful

status
object
required

Status of the operation

data
object
required

Information related to insertion of each products