Preparing search index...
The search index is not available
Selling Partner API SDK for JavaScript
Selling Partner API SDK for JavaScript
@sp-api-sdk/shipping-api-v1
AcceptedRate
Interface AcceptedRate
The specific rate purchased for the shipment, or null if unpurchased.
Export
AcceptedRate
interface
AcceptedRate
{
billedWeight
?:
Weight
;
promise
?:
ShippingPromiseSet
;
serviceType
?:
ServiceType
;
totalCharge
?:
Currency
;
}
Index
Properties
billed
Weight?
promise?
service
Type?
total
Charge?
Properties
Optional
billed
Weight
billedWeight
?:
Weight
Memberof
AcceptedRate
Optional
promise
promise
?:
ShippingPromiseSet
Memberof
AcceptedRate
Optional
service
Type
serviceType
?:
ServiceType
Memberof
AcceptedRate
Optional
total
Charge
totalCharge
?:
Currency
Memberof
AcceptedRate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billed
Weight
promise
service
Type
total
Charge
Selling Partner API SDK for JavaScript
Loading...
The specific rate purchased for the shipment, or null if unpurchased.
Export
AcceptedRate