GraphQL Methods for Order Attributes

Order Attributes | GraphQL methods

Queries

  1. amOrderattrAvailableAttributes (cartId: String!)
  2. description: get the list of available order attributes

  3. amOrderattrAttributesRelations
    description: get information about order attribute relations

Mutations

  1. saveAmOrderattrValues (cartId: String!)
    description: save order attribute
      • Related Articles

      • What Amasty extensions support GraphQL?

        Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
      • Order Attributes API

        We have created a public API collection for Order Attributes module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • Pre Order | GraphQL

        The Pre Order extension doesn't have its own GraphQL requests. Instead, it complements the default Magento ProductInterface with additional data. When compiling a request for product information via Magento functionality, you will also get the ...
      • Improved Layered Navigation | GraphQL methods

        The Improved Layered Navigation extension doesn't have its own GraphQL requests. Instead, it extends the default Magento requests by introducing supplementary details. You can get additional information stored by the Improved Layered Navigation ...
      • Custom Order Number | GraphQL compatibiltiy

        The extension works with all GraphQL queries that output numbers of order, invoice, shipment and credit memo documents. Please refer to the screenshot below for demonstration: