Create Orders Response
Represents the list of created orders and the list of offers that could not be shipped
offers Not Shippable
List of offers not shippable
orders
List of orders
Sample
{ "offersNotShippable": [ { "__typename": "CreateOrdersOfferNotShippable" } ], "orders": [ { "__typename": "Order" } ] }