Skip to main content
POST
Delist Product

Authorizations

Authorization
string
header
required

Bearer API key for server-to-server access. Session auth is also supported in first-party UI flows.

Path Parameters

productId
string
required

OmniCommerce product or variant ID. A variant delists its parent listing.

Body

application/json
organizationId
string

Optional for API-key requests; required for session-authenticated requests across multiple organizations.

marketplaces
enum<string>[]

Which marketplaces to delist from. One or more of shopee, lazada, tiktok, shopify, whatsapp, zalora, amazon, ebay. Omit to delist every existing listing.

Minimum array length: 1
Available options:
lazada,
shopee,
tiktok,
shopify,
whatsapp,
zalora,
amazon,
ebay

Response

Delist job queued.

ok
boolean
apiVersion
string
default:developer_v1
operationId
string
status
enum<string>
Available options:
accepted
productId
string
jobId
string

Pollable delist job. Read it with GET /api/v1/jobs/{jobId}.

data
object