Skip to main content
POST
/
stores
Create Store
curl --request POST \
  --url https://api.catalogix.ai/v1/stores \
  --header 'Content-Type: application/json' \
  --data '{
  "channels": [
    "ajiob2c",
    "SMP"
  ],
  "default_automation": [
    "analyze_image"
  ],
  "region": [
    "India",
    "Africa"
  ],
  "store_name": "sample store",
  "store_taxonomy": "catalogix",
  "store_website": "https://test.com"
}'
{
  "status": {
    "code": 0,
    "message": "success"
  }
}

Query Parameters

workspace_id
string
required
copy_taxonomy
boolean
default:false
linked_store_id
string | null

Body

application/json
store_name
string
required
store_taxonomy
enum<string>
required
Available options:
catalogix,
brand
region
enum<string>[]
required
channels
enum<string>[]
required
default_automation
enum<string>[]
required
store_website
string | null

Response

Successful Response

status
object
required

Status of the operation