Home > @infiniteobjects/shopify-data-manager > AdminTypes > OnlineStoreArticleTranslationsArgs
An article in the blogging system. You can query articles from [the REST API](https://shopify.dev/api/admin-rest/latest/resources/article) if you need to access more information about an article. Currently, OnlineStoreArticle
is only useful to pass an article id
to the tagsAdd
mutation. For more information, refer to the [tagsAdd](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd) mutation.
Signature:
export interface OnlineStoreArticleTranslationsArgs
Property | Modifiers | Type | Description |
---|---|---|---|
locale | Scalars[‘String’][‘input’] | ||
marketId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) |