Order Attributes | GraphQL methods

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

        1. Amasty\Orderattr\Api\EntityDataRepositoryInterface - class for managing order attributes in the backend: POST /V1/amasty_orderattr/entityData, method="save" - create an attribute; PUT /V1/amasty_orderattr/entityData/:entityId, method="save" - edit ...
      • 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 ...
      • 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 ...
      • One Step Checkout | GraphQL methods

        Queries getAdditionalFields (cartId: String!) description: get information about additional fields getDefaultIpData description: get information about default IP address getAvailableShippingMethods (cartId: String!) description: get the information ...