Skip to main content
PATCH
/
dev
/
v1
/
resellers
/
{id}
/
listings
/
{listingId}
Update an auto-fulfilled reseller listing
curl --request PATCH \
  --url https://api.shoppex.io/dev/v1/resellers/{id}/listings/{listingId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "price": 123
}'
{
  "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
listingId
string
required

Body

price
number
status
Available options:
ACTIVE

Response

Successful response

data
object
required