{
"type": "endpoint",
"tool": {
"type": "function",
"function": {
"name": "get_shopify_order_by_email_confirmation",
"description": "Get an order by email and confirmation number from Shopify API via proxy service.",
"parameters": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The users email address used to place the order."
},
"confirmation_number": {
"type": "string",
"description": "A unique alphanumeric string called the confirmation number, different than the order number integer."
}
},
"required": [
"email",
"confirmation_number"
]
}
}
},
"endpoint": {
"url": "https://gpqvijqyrf.us-east-2.awsapprunner.com/shopify/order-by-confirmation-number-and-email",
"method": "get",
"argumentLocation": "query"
},
"defaults": null,
"staticParameters": [
{
"name": "store_name",
"description": "Unique shopify store ID.",
"required": true,
"type": "string",
"default": "replace-this"
}
],
"result": null
}