Amazon Selling Partner API (SP-API) SDK for TypeScript
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
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The specific rate purchased for the shipment, or null if unpurchased.