GraphQL OBJECT

ShippingConfigurationItem

Shipping configuration.

link Definition

  • type ShippingConfigurationItem {
  • # Indicates whether the shipping configuration item is active.
  • isActive: Boolean!
  • # Region configuration that the shipping configuration item is assigned to.
  • regionConfiguration: RegionConfiguration
  • # Shipper service that the shipping configuration item is assigned to.
  • shipperService: ShipperService
  • # Purchase price of the shipping configuration item.
  • purchasePrice: PriceAbsolute!
  • # Purchase item price of the shipping configuration item.
  • purchaseItemPrice: PriceAbsolute!
  • # Unit price of the shipping configuration item.
  • unitPrice: PriceAbsolute!
  • }