Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectCapabilityUpdateInput
The input fields for updating a metaobject capability.
Signature:
export interface MetaobjectCapabilityUpdateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| onlineStore? | InputMaybe<MetaobjectCapabilityOnlineStoreInput> | (Optional) The input for enabling the Online Store capability. | |
| publishable? | InputMaybe<MetaobjectCapabilityPublishableInput> | (Optional) The input for updating the publishable capability. | |
| renderable? | InputMaybe<MetaobjectCapabilityRenderableInput> | (Optional) The input for enabling the renderable capability. | |
| translatable? | InputMaybe<MetaobjectCapabilityTranslatableInput> | (Optional) The input for updating the translatable capability. |