MarketingActivityUpdateOperationType
This page was printed on Feb 18, 2019. For the current version, visit https://help.shopify.com/en/api/graphql-admin-api/reference/enum/marketingactivityupdateoperationtype.
The update operation type when updating marketing activity through extension.
# The update operation type when updating marketing activity through extension. enum MarketingActivityUpdateOperationType { # Pause the marketing activity. PAUSE# Republish the marketing activity. REPUBLISH
# Resume the marketing activity. RESUME
# Update the marketing activity. UPDATE }
Values
PAUSE
Pause the marketing activity.
REPUBLISH
Republish the marketing activity.
RESUME
Resume the marketing activity.
UPDATE
Update the marketing activity.