How to get Admin Token by Rest API V1/integration/admin/token in Magento 2?

How to Get Admin Token by REST API in Magento 2?

Magento 2 Admin Token REST API, you need to first generate an access token. The access token is used for synchronization with Magento to another third-party platform.

Without an Access token, you can’t communicate with Magento 2 API that requires Admin Token to fetch results.

To create an access token you need to call POST action with Request payload. Your request URL will be rest/V1/integration/admin/token append to your site URL.

You can check at the end of the page for the POSTMAN screenshot to fetch the access token with POSTMAN.

Continue reading “How to get Admin Token by Rest API V1/integration/admin/token in Magento 2?”

Get sales order data using Graphql in Magento 2.

GraphQL is a new concept from Magento 2.3 version in Magento eCommerce. Using Graphql we can get sales order data. There are many default core module uses GraphQl for getting data like, Product, CMS Page, and Block, Customer module uses Graphql for getting data of a specific entity. Magento Doesn’t use GraphQl for Sales Specific entity in core module.

I have just demonstrated how to get order data using GraphQl in Magento 2 based on order id. We can get details of Order basic entity, billing address and shipping address and Used items in Order.

Continue reading “Get sales order data using Graphql in Magento 2.”

Which are the latest features of magento 2.3 version?

Magento 2.3 Version will be Generally available from 28 November. Before installing Latest setup You must aware about the new version of your software.

I have collected some of the latest new feature available in Magento for the first time.

Check the list of new feature for Magento 2.3. Continue reading “Which are the latest features of magento 2.3 version?”