Skip to main content

ShippingBadge

A visual badge or label to highlight specific features or attributes of a shipping option (e.g., eco-friendly, express delivery)

type ShippingBadge {
type: ShippingBadgeType!
text: String!
color: ShippingBadgeColor
}

Fields

type ● ShippingBadgeType!

Type of the badge

text ● String!

Text displayed on the badge

color ● ShippingBadgeColor

Color theme of the badge

Example

{}