Parameters

Parameters allow you to influence the results of Shopify actions. Using parameters with actions like Get Lists is a great way to limit the results you receive. Variables are compatible with parameters.

Common Parameters

Parameter format
Results that will be returned

limit=

Return up to this many results

email=

Return results related to a specific email address

id=

Return results related to a specific id

ids=

Return results related to specific ids

created_at_min=

Return results created at or after a specific date (use ISO 8601 format)

created_at_max=

Return results created at or before a specific date (use ISO 8601 format)

updated_at_min=

Return results updated at or after a specific date (use ISO 8601 format)

updated_at_max=

Return results updated at or before a specific date (use ISO 8601 format)

Typically, you can use any property that's associated with an endpoint as a parameter but results may vary depending on formatting and the endpoint requirements.

Last updated

Was this helpful?