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