GraphQL INTERFACE
OrderItemInterface
link Definition
- interface OrderItemInterface {
- # Running number of the item.
- : Int
- # Number of items.
- : Int
- # Product details for the item.
- : ProductInformation
- # Coupon code for a promotion applied to item(s) in the cart.
- : String
- # Promotion associated with the item.
- : Promotion
- # Pricing information that the customer receives during the purchase process.
- : Pricing
- # Pricing information that your company set up in the cleverbridge platform.
- : Pricing
- }