Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/shipping-api-v1
ServiceRate
Interface ServiceRate
The specific rate for a shipping service, or null if no service available.
interface
ServiceRate
{
billableWeight
:
Weight
;
promise
:
ShippingPromiseSet
;
serviceType
:
ServiceType
;
totalCharge
:
Currency
;
}
Index
Properties
billable
Weight
promise
service
Type
total
Charge
Properties
billable
Weight
billableWeight
:
Weight
promise
promise
:
ShippingPromiseSet
service
Type
serviceType
:
ServiceType
total
Charge
totalCharge
:
Currency
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billable
Weight
promise
service
Type
total
Charge
Selling Partner API SDK for JavaScript
Loading...
The specific rate for a shipping service, or null if no service available.