Customs
No description
type Customs {
baseDutyRate: Decimal
code: String
createdAt: ISO8601DateTime
defaultValue: Decimal @deprecated
defaultValueMonetary: MonetaryValue
id: ID
name: String
origin: String
updatedAt: ISO8601DateTime
}
Fields
Customs.baseDutyRate ● Decimal scalar
Customs.code ● String scalar
Customs.createdAt ● ISO8601DateTime scalar
Customs.defaultValue ● Decimal deprecated scalar
DEPRECATED
Use defaultValueMonetary instead
Customs.defaultValueMonetary ● MonetaryValue object
Customs.id ● ID scalar
Customs.name ● String scalar
Customs.origin ● String scalar
Customs.updatedAt ● ISO8601DateTime scalar
Member Of
Product object