有效地管理包裝方案是簡化紙箱化流程的關鍵。您可以靈活地透過 Dashboard 或 API 建立、更新和刪除包裝方案。此外,您也可以使用 API 進行商品紙箱化,確保運送流程完全符合您的具體需求。
新增包裝方案可讓 Zonos 準確計算最合適的包裝。
新增箱子:
注意:預設箱子用作未將任何箱型套用至訂單時的備用方案。
透過 CSV 批量新增箱子:
CSV 欄位描述
gram
kilogram
pound
ounce
inch
foot
yard
millimeter
centimeter
meter
設定好包裝方案後,您可以使用紙箱化變動。此流程需要 shipTo、shipFrom 和 item 詳細資料,以準確地將商品指派至適當的箱子進行運送。此步驟對於向承運商提供精確的包裝詳細資料至關重要,這進而會提高運費計算的準確度。
shipTo
shipFrom
item
mutation {
partyCreateWorkflow(
input: [
{ type: ORIGIN, location: { countryCode: US } }
{ type: DESTINATION, location: { countryCode: CA } }
]
) {
id
}
itemCreateWorkflow(
{
quantity: 4
amount: 50
productId: "123"
description: "test 1223"
currencyCode: USD
measurements: [
{ type: WEIGHT, value: , POUND
LENGTH, , INCH
WIDTH, , INCH
HEIGHT, , INCH
cartonizeWorkflow
packagingOption
name
width
length
height
dimensionalUnit
weight
weightUnit
items
quantity
productId
管理包裝方案
管理包裝方案選項
管理您的包裝方案並進行訂單紙箱化。有效地管理包裝方案是簡化紙箱化流程的關鍵。您可以靈活地透過 Dashboard 或 API 建立、更新和刪除包裝方案。此外,您也可以使用 API 進行商品紙箱化,確保運送流程完全符合您的具體需求。
建立包裝方案
新增包裝方案可讓 Zonos 準確計算最合適的包裝。
新增箱子:
透過 CSV 批量新增箱子:
CSV 欄位描述
gram、kilogram、pound和ounce。如果未提供單位,值將預設為pound。inch、foot、yard、millimeter、centimeter和meter。如果未提供單位,值將預設為inch。檢視包裝方案
刪除包裝方案
紙箱化商品
設定好包裝方案後,您可以使用紙箱化變動。此流程需要
shipTo、shipFrom和item詳細資料,以準確地將商品指派至適當的箱子進行運送。此步驟對於向承運商提供精確的包裝詳細資料至關重要,這進而會提高運費計算的準確度。mutation {partyCreateWorkflow(input: [{ type: ORIGIN, location: { countryCode: US } }{ type: DESTINATION, location: { countryCode: CA } }]) {id}itemCreateWorkflow(input: [{quantity: 4amount: 50productId: "123"description: "test 1223"currencyCode: USDmeasurements: [{ type: WEIGHT, value: , POUNDLENGTH, , INCHWIDTH, , INCHHEIGHT, , INCHidcartonizeWorkflowpackagingOptionnameidwidthlengthheightdimensionalUnitweightweightUnititemsquantityitemproductIdid這個頁面有幫助嗎?