Types > InfoCarrierPackaging
Commerce APITypesInfoCarrierPackaging
InfoCarrierPackaging

Description

Topic: Info

Fields

grams: Int!


height: Int!


length: Int!


max_grams: Int!


name: String!


provider: String!


type: ShippingProviderType!

Type of the shipping provider


width: Int!


Used By

Queries

infoCarrierPackaging

Preview (typescript)

interface InfoCarrierPackaging {
grams: number
height: number
length: number
max_grams: number
name: string
provider: string
type: ShippingProviderType
width: number
}