OBJECT

rewardChoiceUpdateRequest

link GraphQL Schema definition

1type rewardChoiceUpdateRequest {
2
3# The id of the order to which the reward option record is associated with.
4orderId: String!
7
5# The ID of the reward option record to update with reward choice information.
6rewardOptionId: String!
8
9}

link Required by