--- title: MetafieldCapabilityCartToOrderCopyableInput - GraphQL Admin description: >- The input fields for enabling or disabling the "Cart to order copyable" capability. This capability is only available for order metafield definitions. When enabled, the value from a cart metafield is automatically copied to the corresponding order metafield when an order is created. The namespace and key must match between the cart and order metafields. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityCartToOrderCopyableInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityCartToOrderCopyableInput.md --- # Metafield​Capability​Cart​To​Order​Copyable​Input input\_object The input fields for enabling or disabling the "Cart to order copyable" capability. This capability is only available for order metafield definitions. When enabled, the value from a cart metafield is automatically copied to the corresponding order metafield when an order is created. The namespace and key must match between the cart and order metafields. ## Fields * enabled [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Indicates whether the capability should be enabled or disabled. *** ## Input objects using this input * [Metafield​Capability​Create​Input.cartToOrderCopyable](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityCreateInput#fields-cartToOrderCopyable) INPUT OBJECT The input fields for creating a metafield capability. * [Metafield​Capability​Update​Input.cartToOrderCopyable](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityUpdateInput#fields-cartToOrderCopyable) INPUT OBJECT The input fields for updating a metafield capability. *** ## Map ### Input objects using this input * [Metafield​Capability​Create​Input.cartToOrderCopyable](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityCreateInput#fields-cartToOrderCopyable) * [Metafield​Capability​Update​Input.cartToOrderCopyable](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldCapabilityUpdateInput#fields-cartToOrderCopyable)