Skip to main content
POST
/
dev
/
v1
/
resellers
/
{id}
/
listings
Create an auto-fulfilled reseller listing
curl --request POST \
  --url https://api.shoppex.io/dev/v1/resellers/{id}/listings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "product_id": "<string>",
  "price": 123,
  "variant_id": "<string>",
  "currency": "<string>"
}
'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Body

product_id
string
required
price
number
required
variant_id
string | null
currency
string | null
status
Available options:
ACTIVE

Response

Successful response

data
object
required