Blocks
Shopify
Shopify Admin API operations (orders list/get/create).
Interact with Shopify Admin REST API for orders: list, retrieve, and create. Provide shop domain and API access token.
Toolsshopify
Block Preview
Shopify
Shopify Admin API operations (orders list/get/create).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the shopify block with monitoring enabled in production.
Inputs (UI)
Shop Domain
short-inputPlaceholder: your-store.myshopify.com
Layout: full
Access Token
short-inputLayout: full
Operation
dropdownLayout: full
Options: List Orders, Get Order, Create Order
Order ID
short-inputLayout: full
Status (list)
short-inputLayout: half
Limit
short-inputLayout: half
Fields
short-inputLayout: full
Page Info
short-inputLayout: full
API Version
short-inputPlaceholder: 2025-10
Layout: half
Payload (JSON)
codePlaceholder: { "email": "customer@example.com" }
Layout: full
Inputs (API)
shopDomain
stringRequired
accessToken
stringRequired
operation
stringRequired
orderId
stringOptional
status
stringOptional
limit
stringOptional
fields
stringOptional
pageInfo
stringOptional
apiVersion
stringOptional
data
stringOptional
Outputs
Primary response type:
json
Tool Access
shopify_orders