Skip to main content
POST
/
dev
/
v1
/
resellers
/
{id}
/
embed-campaigns
Create a reseller embed campaign
curl --request POST \
  --url https://api.shoppex.io/dev/v1/resellers/{id}/embed-campaigns \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "product_ids": [
    "<string>"
  ],
  "variant_ids": [
    "<string>"
  ]
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Body

name
string
required
product_ids
string[]
variant_ids
string[]

Response

Successful response

data
object
required