Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/shipping-api-v1
AcceptedRate
Interface AcceptedRate
The specific rate purchased for the shipment, or null if unpurchased.
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
Optional
promise
promise
?:
ShippingPromiseSet
Optional
service
Type
serviceType
?:
ServiceType
Optional
total
Charge
totalCharge
?:
Currency
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.