1. Home
  2. Docs
  3. Magento 2 Customer Extensions
  4. Magento 2 Customer Attributes
  5. API Support

API Support

We provide you lists of Restful API that our Magento 2 Customer Attribute extension supports.

Restful API support is included in the main module package (from Customer Attribute v1.2.7).

No

API

URL

Method

1

Get customer by id

{baseUrl}/rest/V1/customers/:id

GET

2

Get order by id

{baseUrl}/rest/V1/orders/:id

GET

3

Get orders

{baseUrl}/rest/V1/orders

GET

4

Update Customer data

{baseUrl}/rest/V1/customers/:id

PUT

5

Delete Customer

{baseUrl}/rest/V1/customers/:id

DELETE

 

Was this article helpful to you? Yes No

How can we help?