Skip to main content
object

Represents information about an rollout on a shop.

•DateTime

The date and time at which the rollout was archived.

•DateTime

The date and time at which the rollout ended or is scheduled to end.

•DateTime!
non-null

The date and time at which the rollout was created.

Anchor to effectiveTrafficAllocationeffectiveTrafficAllocation
•Float!
non-null

The effective percentage of total traffic this rollout receives for new buyer assignments, accounting for mutex group constraints with other active rollouts.

•ID!
non-null

The ID of the rollout.

•DateTime!
non-null

The date and time at which the rollout was last modified.

•String!
non-null

The name of the rollout.

Anchor to rolloutTrafficAllocationrolloutTrafficAllocation
•Int!
non-null

The percentage of buyer traffic that the rollout is configured to receive. This is the configured allocation before other active rollouts on the same resources are taken into account, so it isn't the share of buyers that a treatment reaches.

•DateTime

The date and time at which the rollout is scheduled to start.

•DateTime

The date and time at which the rollout is scheduled to conclude.

•DateTime

The date and time at which the rollout started or is scheduled to start.

•RolloutStatus!
non-null

The status of the rollout.

Show enum values
•[RolloutTreatment!]

The treatments of the rollout.

Show fields

Was this section helpful?

•query

A rollout on a shop.

Show fields

Arguments

•ID!
required

The ID of the rollout.


•query

Returns the list of rollouts in the shop.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

Show filters
Anchor to default
•string

Filter by rollout name.

Example:

  • query=holiday
•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
•string

Filter by rollout name. Matches rollouts whose name contains the search value.

•string

Filter by rollout status. Values are case-insensitive; unknown values match no rollouts.

Valid values:

  • DRAFT
  • SCHEDULED
  • PAUSED
  • ACTIVE
  • CONCLUDED
  • ARCHIVED

Example:

  • status:ACTIVE
  • status:ACTIVE,DRAFT
•Boolean
Default:false

Reverse the order of the underlying list.

•RolloutSortKeys
Default:ID

Sort the underlying list by the given key.

Show enum values


Was this section helpful?

•interface

Was this section helpful?