CartCarrier
No description
type CartCarrier {
name: String!
description: String!
logo: String!
price: Float!
}
Fields
CartCarrier.name ● String! non-null scalar
Carrier name
CartCarrier.description ● String! non-null scalar
Carrier description
CartCarrier.logo ● String! non-null scalar
Carrier's logo
CartCarrier.price ● Float! non-null scalar
The targeted costs for delivery through this carrier. Use the costs as an indication, the actual costs are calculated through business rules