Get Customer Data by Rest API using V1/customers/me in Magento 2.

Get Logged in Customer Details and Addresses by Rest API using V1/customers/me in Magento 2.

Fetch customer data by providing customer access tokens in the header.

V1/customers/me URL used to fetch customer basic details as well as all the addresses assigned to the customer. Continue reading “Get Customer Data by Rest API using V1/customers/me in Magento 2.”

How to Get Customer Orders List By GraphQL Query Magento 2?

Retrieve Customer Orders list using GraphQL Query in Magento display all the previous orders placed by the customer.

Using Customer Orders Query, get all the order related information with GraphQL.

schema.graphql file for the orders will be defined at, vendor/magento/module-sales-graph-ql/etc/schema.graphqls Continue reading “How to Get Customer Orders List By GraphQL Query Magento 2?”

How to Get Customer GraphQL Query Magento 2?

Customer GraphQL Query in Magento to retrieve basic information of the customer entity.

Using Customer Query, You can fetch the data of the logged-in customer by adding the customer access token as Headers.

schema.graphql file for the Customer module will be defined at, vendor/magento/module-customer-graph-ql/etc/schema.graphqls Continue reading “How to Get Customer GraphQL Query Magento 2?”