ShippingMethodInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | Id | ✅ | Shipping method ID: - "1" - Ground Shipping (5-7 business days) - "2" - Expedited Shipping (2-days) - "3" - Overnight Shipping |
name | ShippingMethodInfoName | ❌ | Method name, corresponding to the identifier |
Id
Shipping method ID: - "1" - Ground Shipping (5-7 business days) - "2" - Expedited Shipping (2-days) - "3" - Overnight Shipping
Properties
Name | Type | Required | Description |
---|---|---|---|
_1 | str | ✅ | "1" |
_2 | str | ✅ | "2" |
_3 | str | ✅ | "3" |
ShippingMethodInfoName
Method name, corresponding to the identifier
Properties
Name | Type | Required | Description |
---|---|---|---|
GROUND | str | ✅ | "Ground" |
_2_DAY | str | ✅ | "2 Day" |
OVERNIGHT | str | ✅ | "Overnight" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs