--- title: DiscountCodeBxgyCreatePayload - GraphQL Admin description: Return type for `discountCodeBxgyCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountcodebxgycreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountcodebxgycreatepayload.md --- # Discount​Code​Bxgy​Create​Payload payload Return type for `discountCodeBxgyCreate` mutation. ## Fields * code​Discount​Node [Discount​Code​Node](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCodeNode) The code discount that was created. * user​Errors [\[Discount​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [discount​Code​Bxgy​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/discountCodeBxgyCreate) mutation Creates a [buy X get Y discount (BXGY)](https://help.shopify.com/manual/discounts/discount-types/buy-x-get-y) that's applied on a cart and at checkout when a customer enters a code. *** Note To create discounts that are automatically applied on a cart and at checkout, use the [`discountAutomaticBxgyCreate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/discountAutomaticBxgyCreate) mutation. *** *** ## Map ### Mutations with this payload * [discount​Code​Bxgy​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/discountCodeBxgyCreate)