Perform an API call in Shopify
Perform an API call in Shopify. Please refer to the API documentation for more details on configuration.API doc: https://shopify.dev/docs/api/admin-graphql
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Connected Account | The connected account to use for the request | Connected Account | Yes | |
| GraphQL query | The query to be sent to the GraphQL endpoint | Text (Long) | Yes | |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Response status code | The HTTP status code returned in the response | Number | Yes | |
| Response headers | Additional information provided in the response headers | Text (Long) | No | |
| Response body | The main content of the response | Text (Long) | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
| Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements