Recharge Get Orders
Used to get recharge orders.
You can get orders by Address Id, Customer Id, External Customer Id, Charge Id as well as External Order Id.
Additionally, you have the option to set a limit if you want a limited number of results.
More info about this call can be found here: <https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_change_next_charge>
Inputs
Input | Type | Description |
---|---|---|
Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
Search By | String | The field to search by: Address Id, Customer Id, Charge Id, Subscription Id, Shopify Order Id (all provided as options in the dropdown) |
Search Value | String | The value of the field we are searching by. Ex: 1234567 for address_id |
Limit | Optional String | Limit to how many results you want |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Whether the orders were retrieved. |
Orders | List | Orders list. |
Updated 5 months ago