Accessing Data from the API Request
Approach 1: Client-Side Variable
Example
...
"variables": {
"jtspushedcommands": ["api-order-mobile-pay", "submit"],
"order_status" : "cancelled",
"document_title": "Order Confirmation",
"document_location_href": "https://www.test.co/",
"order_brutto": "250.00",
"order_id": "ORDERID",
...
...
Approach 2: Server-Side Variable
Example

Last updated
Was this helpful?