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 ...
      • 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 ...
      • Multiple Coupons | GraphQL methods

        Kindly note that the GraphQL functionality for Multiple Coupons is available as a part of an active product subscription or support subscription. Query amGetCouponsByCartId description: get coupons by cart id Mutations amApplyCouponsToCart ...