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,
  "status": "ACTIVE"
}
'
{
  "data": {}
}

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