GraphQL OBJECT
ShippingConfigurationItem
Shipping configuration.
link Definition
- type ShippingConfigurationItem {
- # Indicates whether the shipping configuration item is active.
- Boolean! :
- # Region configuration that the shipping configuration item is assigned to.
- RegionConfiguration :
- # Shipper service that the shipping configuration item is assigned to.
- ShipperService :
- # Purchase price of the shipping configuration item.
- PriceAbsolute! :
- # Purchase item price of the shipping configuration item.
- PriceAbsolute! :
- # Unit price of the shipping configuration item.
- PriceAbsolute! :
- }