ProductVariantShipping
const
ProductVariantShipping: {~schema
: {forecast?
: {cutoffTime?
: {time
:string
; };maxDays?
:number
;minDays?
:number
; };rate
: {amount
:number
;currency
:string
; };required
:boolean
; }; }
Represents the shipping information for a product variant.
Type declaration
Name | Type | Default value | Description |
---|---|---|---|
| { | ‐ | ‐ |
| { | ‐ | Forecasted shipping time. Handling time + transit time. See |
| { | ‐ | Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. See |
|
| ‐ | ‐ |
|
| ‐ | ‐ |
|
| ‐ | ‐ |
| { |
| The shipping cost for the product variant. |
|
| ‐ | Amount in smallest unit of currency. E.g. cents, pence, etc. |
|
| ‐ | ISO 4217 currency code. E.g. 'USD', 'EUR', 'GBP', etc. |
|
| ‐ | If true, the product variant requires shipping. E.g. it is a physical good. |