Order Attributes | GraphQL methods
Queries
- amOrderattrAvailableAttributes (cartId: String!)
description: get the list of available order attributes
- amOrderattrAttributesRelations
description: get information about order attribute relations
Mutations
- 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 ...
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: