Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["This describes how to create an order via an HTTP POST request to `https://actions.googleapis.com/v3/orders`. The request body, in JSON format, requires `header` and `order` objects, and a `userToken` string. The `header` is an `OrderRequestHeader` object, the `order` an `Order` object, and the token is an encrypted string. A successful request returns a new `Order` instance in the response body.\n"]]