Skip to main content
PATCH
Change only the named fields of a product for an ad server source

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

esaId
integer
required

Ad server source connection id. The wire field remains esaId for API compatibility.

Required range: 0 < x <= 9007199254740991
Example:

123

productId
string
required

Upstream product id for the ad server source.

Minimum string length: 1
Example:

"prod_abc"

Body

application/json

Partial change body for an ad-server-source product. Only the fields present are applied; an omitted field — or one sent as null — keeps its stored value, and inventory merges one level deep. Unknown/extra fields are forwarded as-is.

wholesale_product_id
string | null
Required string length: 1 - 100
name
string | null
Required string length: 1 - 200
description
string | null
status
string | null
delivery_type
string | null
channels
enum<string>[] | null
Available options:
display
format_options
object[] | null
inventory
object | null
pricing_options
object[] | null
{key}
any

Response

Change only the named fields of a product for an ad server source