OBJECT
Body of a response to apply a promotion code to a shopping cart.
1type applyPromotionCodeResponse {23# The order identifier.4orderId: String! 75# The promotion code.6promoCode: String! 89}