SalesChannelCargoCompany

Retrieve Cargo Company

get

Retrieves a specific cargo company associated with sales channel.

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Cargo company details

application/json
get
/api/v1/channel/{channel_id}/cargos/{id}/

List Cargo Companies

get

Retrieves a list of cargo companies associated with sales channel.

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pk__ininteger[]Optional

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

erp_code__exactstringOptional

Filter by exact ERP code.

Example: ERPCODE123
namestringOptional

Filter by name.

shipping_companystring · enumOptional

Shipping company options

Example: yurticiPossible values:
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
Responses
chevron-right
200

A list of cargo companies.

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

Last updated

Was this helpful?