ProductShippingInfo
Represents the product shipping information for a product
type ProductShippingInfo {
shippingClassId: Int!
}
Fields
shippingClassId ● Int!
Shipping class ID
Example
{}
Represents the product shipping information for a product
type ProductShippingInfo {
shippingClassId: Int!
}
shippingClassId ● Int!Shipping class ID
{}