Serviceability

Manages logistics and shipping, including tracking orders, managing shipments, and calculating shipping costs.

Courier Partner Setup & Rules

Courier partners are organizations that offer delivery services for packages, parcels, documents, or goods. This resource allows sellers to create schemes, which are predefined plans with various preconfigured settings. Sellers can then utilize these schemes to create accounts and choose self-shipping options if desired. Once set up, sellers can utilize these accounts to establish rules based on factors like customer location and product type. These rules assist in efficiently managing delivery partners and prioritizing deliveries based on specific criteria. For example, a seller specializing in furniture can choose self-ship for items that require assembly and assign a partner for other furniture items.

Operations
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account
# Create courier account
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account
# List courier accounts
PUT
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account/{account_id}
# Update courier account
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account/{account_id}
# Get courier account
PUT
/service/platform/logistics/v1.0/company/{company_id}/configuration
# Update delivery configuration
GET
/service/platform/logistics/v1.0/company/{company_id}/configuration
# Get delivery configuration
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/tat
# Locality TAT import or export
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/tat
# Locality TAT change history
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/bulk
# Bulk update serviceability of localities
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/bulk
# Bulk update history
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/region/{region_id}
# Get serviceability of a locality
PUT
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/region/{region_id}
# Update Serviceability of a locality
POST

Create courier account

Creates a courier partner account.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
Request body
extension_id
string
Required
account_id
string
scheme_id
string
Required
is_self_ship
boolean
Required
stage
string
Required
Enum
is_own_account
boolean
Required
Response
200
400
Response status_code
CourierAccount
extension_id
string
account_id
string
scheme_id
string
is_self_ship
boolean
stage
string
Enum
is_own_account
boolean
Examples
Parameters
companyId:
1
body:
body
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account
Loading...
Response
Loading...
GET

List courier accounts

Retrieves a list of courier partner accounts.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 10
stage
string
stage of the account. enabled/disabled
payment_mode
string
Filters dp accounts based on payment mode
transport_type
string
Filters dp accounts based on transport_type
Response
200
400
Response status_code
CompanyCourierPartnerAccountListResponse
items
array of object (CourierAccountResponse)
Array of CourierAccountResponse
page
object (Page)
Page
Examples
Parameters
companyId:
1
pageNo:
1
pageSize:
1
stage:
"value"
paymentMode:
"value"
transportType:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account
Loading...
Response
Loading...
PUT

Update courier account

Updates an existing courier partner account.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
account_id
string
Required
Unique ID of courier account
Request body
extension_id
string
Required
account_id
string
Required
scheme_id
string
Required
is_self_ship
boolean
Required
stage
string
Required
Enum
is_own_account
boolean
Required
Response
200
400
Response status_code
CourierAccountResponse
account_id
string
scheme_id
string
is_self_ship
boolean
stage
string
Enum
is_own_account
boolean
scheme_rules
object (CourierPartnerSchemeModel)
CourierPartnerSchemeModel
Examples
Parameters
companyId:
1
accountId:
"value"
body:
body
PUT
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account/{account_id}
Loading...
Response
Loading...
GET

Get courier account

Retrieves a single courier partner account.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
account_id
string
Required
Unique ID of courier account
Response
200
400
Response status_code
CourierAccountResponse
account_id
string
scheme_id
string
is_self_ship
boolean
stage
string
Enum
is_own_account
boolean
scheme_rules
object (CourierPartnerSchemeModel)
CourierPartnerSchemeModel
Examples
Parameters
companyId:
1
accountId:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/account/{account_id}
Loading...
Response
Loading...
PUT

Update delivery configuration

Updates an existing delivery setup for a company, including the ability to adjust self-shipping preferences.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
Request body
rule_ids
array of string
Required
sort
array of string
Required
Enum
logistics_as_actual
boolean
Response
200
400
Response status_code
CompanyConfig
rule_ids
array of string
sort
array of string
Enum
logistics_as_actual
boolean
Examples
Parameters
companyId:
1
body:
body
PUT
/service/platform/logistics/v1.0/company/{company_id}/configuration
Loading...
Response
Loading...
GET

Get delivery configuration

Retrieves information about the delivery setup for a company
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
Response
200
400
Response status_code
CompanyConfig
rule_ids
array of string
sort
array of string
Enum
logistics_as_actual
boolean
Examples
Parameters
companyId:
1
GET
/service/platform/logistics/v1.0/company/{company_id}/configuration
Loading...
Response
Loading...
POST

Locality TAT import or export

Updates locality wise TAT(Turn Around Time) for particular courier scheme using CSV file. Export locality wise CSV files.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
Request body
file_path
string
country
string
Required
action
string
Required
Enum
region
string
Required
Response
200
Response status_code
BulkRegionResponseItemData
file_path
string
failed
integer
failed_records
array of object
action
string
batch_id
string
country
string
success
integer
region
string
status
string
total
integer
error_file_path
string
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
body:
body
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/tat
Loading...
Response
Loading...
GET

Locality TAT change history

Retrieves the history of changes made to TAT(Turn Around Time) for scheme.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 12
batch_id
string
Unique identifier of bulk job
action
string
import or export bulk type
status
string
Status of the bulk actions
country
string
Country for which bulk job is initiated
region
string
Region for which bulk job is initiated
start_date
string
Fetch job history after a particule date
end_date
string
Fetch job history before a particule date
Response
200
Response status_code
BulkRegionResponse
items
array of object (BulkRegionResponseItemData)
Array of BulkRegionResponseItemData
page
object (Page)
Page
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
pageNo:
1
pageSize:
1
batchId:
"value"
action:
"value"
status:
"value"
country:
"value"
region:
"value"
startDate:
"value"
endDate:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/tat
Loading...
Response
Loading...
POST

Bulk update serviceability of localities

Bulk operations involve either new serviceability settings or updating existing ones in large quantities.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
Request body
file_path
string
country
string
Required
action
string
Required
Enum
region
string
Required
Response
200
400
Response status_code
BulkRegionResponseItemData
file_path
string
failed
integer
failed_records
array of object
action
string
batch_id
string
country
string
success
integer
region
string
status
string
total
integer
error_file_path
string
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
body:
body
POST
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/bulk
Loading...
Response
Loading...
GET

Bulk update history

Retrieves the history of changes made to serviceability settings for a scheme.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 12
batch_id
string
Unique identifier of bulk job
action
string
import or export bulk type
status
string
Status of the bulk actions
country
string
Country for which bulk job is initiated
region
string
Region for which bulk job is initiated
start_date
string
Fetch job history after a particule date
end_date
string
Fetch job history before a particule date
Response
200
Response status_code
BulkRegionResponse
items
array of object (BulkRegionResponseItemData)
Array of BulkRegionResponseItemData
page
object (Page)
Page
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
pageNo:
1
pageSize:
1
batchId:
"value"
action:
"value"
status:
"value"
country:
"value"
region:
"value"
startDate:
"value"
endDate:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/bulk
Loading...
Response
Loading...
GET

Get serviceability of a locality

Rerieves serviceability settings of a single courier scheme for a given locality
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
region_id
string
Required
Unique identifier of a region
Response
200
400
Response status_code
ServiceabilityModel
lm_cod_limit
integer
is_qc
boolean
pickup_cutoff
string
Nullable
route_code
string
Nullable
is_first_mile
boolean
is_return
boolean
is_installation
boolean
is_last_mile
boolean
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
regionId:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/region/{region_id}
Loading...
Response
Loading...
PUT

Update Serviceability of a locality

Updates serviceability settings of a single courier scheme for a given locality
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
extension_id
string
Required
Unique Identifier of CP Extension
scheme_id
string
Required
Unique identifier of a scheme
region_id
string
Required
Unique identifier of a region
Request body
lm_cod_limit
integer
Required
is_qc
boolean
Required
pickup_cutoff
string
Nullable
Required
route_code
string
Nullable
Required
is_first_mile
boolean
Required
is_return
boolean
Required
is_installation
boolean
Required
is_last_mile
boolean
Required
Response
200
400
Response status_code
ServiceabilityModel
lm_cod_limit
integer
is_qc
boolean
pickup_cutoff
string
Nullable
route_code
string
Nullable
is_first_mile
boolean
is_return
boolean
is_installation
boolean
is_last_mile
boolean
Examples
Parameters
companyId:
1
extensionId:
"value"
schemeId:
"value"
regionId:
"value"
body:
body
PUT
/service/platform/logistics/v1.0/company/{company_id}/courier-partner/{extension_id}/scheme/{scheme_id}/serviceability/region/{region_id}
Loading...
Response
Loading...

Delivery Zone

A delivery zone is composed of specific localities and corresponding stores equipped to serve them. It represents predefined geographic areas, each comprising a cluster of localities strategically mapped out based on logistical considerations and customer demand. Within these delivery zones, carefully selected stores are designated to fulfil orders, ensuring efficient and timely delivery to customers residing within the specified localities. Each store is strategically positioned to optimize coverage and minimize delivery times, enhancing the overall delivery experience.

Operations
GET
/service/platform/logistics/v2.0/company/{company_id}/zones
# Get zones
POST
/service/platform/logistics/v2.0/company/{company_id}/zones
# Create zone
PUT
/service/platform/logistics/v2.0/company/{company_id}/zones/{zone_id}
# Update a zone
GET
/service/platform/logistics/v2.0/company/{company_id}/zones/{zone_id}
# Get zone details
GET

Get zones

Retrieves a list of delivery zones.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 10
is_active
boolean
Status of Zone (either active or inactive)
channel_id
string
Zones filtered by an application
q
string
search with name as a free text
country_iso_code
string
ISO2 code of the country
state
string
State name
city
string
City name
pincode
string
Pincode value to search zones
sector
string
Sector value to search zones
Response
200
400
Zone List of application in descending order of their last modified date.
ListViewResponse
page
object (ZoneDataItem)
ZoneDataItem
items
array of object (ListViewItems)
Array of ListViewItems
Examples
Parameters
Parameters are not required.
GET
/service/platform/logistics/v2.0/company/{company_id}/zones
Loading...
Response
Example not available.
POST

Create zone

Creates a delivery zone.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
Request body
name
string
Required
slug
string
Required
company_id
integer
Required
is_active
boolean
Required
channels
array of object (GetZoneDataViewChannels)
Required
Array of GetZoneDataViewChannels
store_ids
array of integer
Required
region_type
string
Required
Enum
mapping
array of object (ZoneMappingType)
Required
Array of ZoneMappingType
assignment_preference
string
Default Value : optimal
Enum
Response
200
400
Response status_code
ZoneResponse
status_code
integer
zone_id
string
success
boolean
Examples
Parameters
companyId:
1
body:
body
POST
/service/platform/logistics/v2.0/company/{company_id}/zones
Loading...
Response
Loading...
PUT

Update a zone

Update an existing delivery zone .
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
zone_id
string
Required
A `zone_id` is a unique identifier for a particular zone.
Request body
zone_id
string
Required
name
string
Required
slug
string
Required
company_id
integer
Required
is_active
boolean
Required
channels
array of object (GetZoneDataViewChannels)
Required
Array of GetZoneDataViewChannels
product
object (ZoneProductTypes)
Required
ZoneProductTypes
store_ids
array of integer
Required
region_type
string
Required
Enum
mapping
array of object (ZoneMappingType)
Required
Array of ZoneMappingType
assignment_preference
string
Default Value : optimal
Enum
Response
200
400
Response status_code
ZoneSuccessResponse
status_code
integer
success
boolean
Examples
Parameters
companyId:
1
zoneId:
"value"
body:
body
PUT
/service/platform/logistics/v2.0/company/{company_id}/zones/{zone_id}
Loading...
Response
Loading...
GET

Get zone details

Retrieves a single delivery zone.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
zone_id
string
Required
A `zone_id` is a unique identifier for a particular zone.
Response
200
400
Get details of the Zone
GetZoneByIdSchema
zone_id
string
name
string
slug
string
company_id
integer
is_active
boolean
channels
array of object (GetZoneDataViewChannels)
Array of GetZoneDataViewChannels
product
object (ZoneProductTypes)
ZoneProductTypes
store_ids
array of integer
region_type
string
Enum
mapping
array of object (ZoneMappingType)
Array of ZoneMappingType
assignment_preference
string
Default Value : optimal
Enum
stores_count
integer
Examples
Parameters
Parameters are not required.
GET
/service/platform/logistics/v2.0/company/{company_id}/zones/{zone_id}
Loading...
Response
Example not available.

Selling Location

A selling location is nothing but a geographical location where your stores and warehouses exists. The Selling location resource efficiently matches customer orders with the nearest store, reducing delivery time for sellers and ensuring customers receive products quickly at the best price, enhancing overall satisfaction.

Operations
GET
/service/platform/logistics/v1.0/company/{company_id}/logistics/stores
# Get all stores
GET

Get all stores

Deprecated
Retrieves a list of locations.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
Response
200
Response status_code
GetStoresViewResponse
page
object (ServiceabilityPageResponse)
ServiceabilityPageResponse
items
array of object (ItemResponse)
Array of ItemResponse
Examples
Parameters
companyId:
1
GET
/service/platform/logistics/v1.0/company/{company_id}/logistics/stores
Loading...
Response
Loading...

Shipment Packaging

Packaging material refers to the materials used to wrap and protect products during shipping or storage. Shipments are collections of products being transported together. The Custom packaging resource enables sellers to create rules based on brand, category, or department, which can be applied to this shipments. These rules are then linked to specific packaging materials, detailing weight and quantity capacities. Sellers can thus efficiently combine or split shipments, optimizing delivery partner costs and enhancing logistics flexibility.

Operations
POST
/service/platform/logistics/v1.0/company/{company_id}/packaging-materials
# Create packaging material
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-materials
# Get packaging materials
POST
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules
# Create packaging rule
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules
# Get packaging rules
PATCH
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules/{rule_id}
# Update packaging rule
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules/{rule_id}
# Get packaging material rule
PATCH
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/{package_material_id}
# Update packaging material
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/{package_material_id}
# Get packaging material
POST

Create packaging material

Creates a packaging material
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular seller.
Request body
name
string
Required
width
number
Required
height
number
Required
length
number
Required
rules
array of object (PackageMaterialRule)
Array of PackageMaterialRule
store_ids
array of integer
Required
weight
number
Required
error_rate
number
Required
package_type
string
Required
size
string
Required
media
array of string
channels
array of object (Channel)
Required
Array of Channel
track_inventory
boolean
status
string
Required
Enum
max_weight
number
package_vol_weight
number
auto_calculate
boolean
Response
201
400
Response status_code
PackageMaterialResponse
name
string
id
string
item_id
integer
width
number
height
number
length
number
rules
array of object (PackageMaterialRule)
Array of PackageMaterialRule
store_ids
array of integer
weight
number
error_rate
number
package_type
string
size
string
media
array of string
channels
array of object (Channel)
Array of Channel
track_inventory
boolean
status
string
Enum
max_weight
number
package_vol_weight
number
auto_calculate
boolean
Examples
Parameters
Parameters are not required.
POST
/service/platform/logistics/v1.0/company/{company_id}/packaging-materials
Loading...
Response
Example not available.
GET

Get packaging materials

Retrieves a list of packaging materials
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 10
q
string
perform regex search on items matching name for given value
size
string
filters items based on given size
package_type
string
filters items based on given package_type
Response
200
400
Response status_code
PackageMaterialList
items
object (PackageMaterialResponse)
PackageMaterialResponse
page
object (Page)
Page
Examples
Parameters
Parameters are not required.
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-materials
Loading...
Response
Example not available.
POST

Create packaging rule

Creates a packaging rule
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular seller.
Request body
name
string
Required
company_id
integer
Required
type
string
Required
is_active
boolean
product_tag
object (PackageRuleProductTag)
PackageRuleProductTag
product_id
object (PackageRuleProduct)
PackageRuleProduct
category_id
object (PackageRuleCategory)
PackageRuleCategory
Response
201
400
Response status_code
PackageRuleResponse
id
string
name
string
company_id
integer
type
string
is_active
boolean
product_tag
object (PackageRuleProductTag)
PackageRuleProductTag
product_id
object (PackageRuleProduct)
PackageRuleProduct
category_id
object (PackageRuleCategory)
PackageRuleCategory
Examples
Parameters
Parameters are not required.
POST
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules
Loading...
Response
Example not available.
GET

Get packaging rules

Retrieve packaging rules
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
page_no
integer
| value >= 1
index of the item to start returning with
Default Value : 1
page_size
integer
| value >= 1
determines the items to be displayed in a page
Default Value : 10
is_active
string
filters items based on given is_active
Response
200
400
Response status_code
PackageMaterialRuleList
items
object (PackageRuleResponse)
PackageRuleResponse
page
object (Page)
Page
Examples
Parameters
Parameters are not required.
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules
Loading...
Response
Example not available.
PATCH

Update packaging rule

Update an existing packaging rule
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular seller.
rule_id
string
Required
A `package_material_rule_id` is a unique identifier for a Package Material Rule
Request body
name
string
Required
company_id
integer
Required
type
string
Required
is_active
boolean
product_tag
object (PackageRuleProductTag)
PackageRuleProductTag
product_id
object (PackageRuleProduct)
PackageRuleProduct
category_id
object (PackageRuleCategory)
PackageRuleCategory
Response
200
400
Response status_code
PackageRuleResponse
id
string
name
string
company_id
integer
type
string
is_active
boolean
product_tag
object (PackageRuleProductTag)
PackageRuleProductTag
product_id
object (PackageRuleProduct)
PackageRuleProduct
category_id
object (PackageRuleCategory)
PackageRuleCategory
Examples
Parameters
Parameters are not required.
PATCH
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules/{rule_id}
Loading...
Response
Example not available.
GET

Get packaging material rule

Retrieve packaging rule details.
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
rule_id
string
Required
A `package_material_rule_id` is a unique identifier for a Package Material Rule
Response
200
400
Response status_code
PackageRuleResponse
id
string
name
string
company_id
integer
type
string
is_active
boolean
product_tag
object (PackageRuleProductTag)
PackageRuleProductTag
product_id
object (PackageRuleProduct)
PackageRuleProduct
category_id
object (PackageRuleCategory)
PackageRuleCategory
Examples
Parameters
Parameters are not required.
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/rules/{rule_id}
Loading...
Response
Example not available.
PATCH

Update packaging material

Update an existing packaging material
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular seller.
package_material_id
string
Required
A `package_material_id` is a unique identifier for a Package Material
Request body
name
string
Required
width
number
Required
height
number
Required
length
number
Required
rules
array of object (PackageMaterialRule)
Array of PackageMaterialRule
store_ids
array of integer
Required
weight
number
Required
error_rate
number
Required
package_type
string
Required
size
string
Required
media
array of string
channels
array of object (Channel)
Required
Array of Channel
track_inventory
boolean
status
string
Required
Enum
max_weight
number
package_vol_weight
number
auto_calculate
boolean
Response
200
400
Response status_code
PackageMaterialResponse
name
string
id
string
item_id
integer
width
number
height
number
length
number
rules
array of object (PackageMaterialRule)
Array of PackageMaterialRule
store_ids
array of integer
weight
number
error_rate
number
package_type
string
size
string
media
array of string
channels
array of object (Channel)
Array of Channel
track_inventory
boolean
status
string
Enum
max_weight
number
package_vol_weight
number
auto_calculate
boolean
Examples
Parameters
Parameters are not required.
PATCH
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/{package_material_id}
Loading...
Response
Example not available.
GET

Get packaging material

Retrieve a single packaging material
Parameters
company_id
integer
Required
A `company_id` is a unique identifier for a particular sale channel.
package_material_id
string
Required
A `package_material_id` is a unique identifier for a Package Material
Response
200
400
Response status_code
PackageMaterialResponse
name
string
id
string
item_id
integer
width
number
height
number
length
number
rules
array of object (PackageMaterialRule)
Array of PackageMaterialRule
store_ids
array of integer
weight
number
error_rate
number
package_type
string
size
string
media
array of string
channels
array of object (Channel)
Array of Channel
track_inventory
boolean
status
string
Enum
max_weight
number
package_vol_weight
number
auto_calculate
boolean
Examples
Parameters
companyId:
1
packageMaterialId:
"value"
GET
/service/platform/logistics/v1.0/company/{company_id}/packaging-material/{package_material_id}
Loading...
Response
Loading...