🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "Created Product",
"price": 19.99,
"type": "DYNAMIC",
"dynamic_webhook": "https://example.com/hook",
"delivery_instructions": {
"required": true,
"label": "Discord username"
},
"custom_fields": [
{
"name": "Invite",
"type": "text",
"required": true
}
]
}
'{
"data": {}
}Developer API operation for POST /dev/v1/products.
curl --request POST \
--url https://api.shoppex.io/dev/v1/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "Created Product",
"price": 19.99,
"type": "DYNAMIC",
"dynamic_webhook": "https://example.com/hook",
"delivery_instructions": {
"required": true,
"label": "Discord username"
},
"custom_fields": [
{
"name": "Invite",
"type": "text",
"required": true
}
]
}
'{
"data": {}
}Use your Shoppex API key in the Authorization header.
SERIALS SINGLE comma comma Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
DAY DAY USE_STORE_DEFAULT USE_STORE_DEFAULT Successful response