SalesChannelExtraProductStock

List all of extra product stocks from related channel

get

Returns extra product stocks data via channel related catalog's extra stock list data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
product__attributesstringOptional

Filter by attributes in JSON format.

Example: attributes__color=red
product__localized_attributesstringOptional

Filter by localized attributes in JSON format.

Example: localized_attributes__locale=en-US
productinteger · int64Optional

Filter by Product ID.

Example: 123
stockintegerOptional

Filter by product's stock value

unit_typestring · enumOptional

Filter by product's unit type value

Possible values:
sold_quantity_unreportedintegerOptional

Filter by product's sold quantity unreported value

pk__ininteger[]Optional

Filter by multiple primary key values (comma-separated list of integers)

stock_listarrayOptional

Filter by product's stock_list data

Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/extra_product_stocks/

List all of extra product stocks from related channel

get

Returns extra product stocks data via channel related catalog's extra stock list data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
product__attributesstringOptional

Filter by attributes in JSON format.

Example: attributes__color=red
product__localized_attributesstringOptional

Filter by localized attributes in JSON format.

Example: localized_attributes__locale=en-US
productinteger · int64Optional

Filter by Product ID.

Example: 123
stockintegerOptional

Filter by product's stock value

unit_typestring · enumOptional

Filter by product's unit type value

Possible values:
sold_quantity_unreportedintegerOptional

Filter by product's sold quantity unreported value

pk__ininteger[]Optional

Filter by multiple primary key values (comma-separated list of integers)

stock_listarrayOptional

Filter by product's stock_list data

Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/extra_product_stocks/detailed/

List all of inserted extra product stocks from related channel

get

Returns inserted extra product stocks data via channel related catalog's extra stock list data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/extra_product_stocks/inserts/
200

OK

List all of updated extra product stocks from related channel

get

Returns updated extra product stocks data via channel related catalog's extra stock list data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/extra_product_stocks/updates/
200

OK

List all of inserted or updated extra product stocks from related channel

get

Returns inserted or updated extra product stocks data via channel related catalog's extra stock list data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/extra_product_stocks/inserts_or_updates/
200

OK

Last updated

Was this helpful?