Magento v2
Info
Schemes: https
Base URL: https://{host}.com.br/rest/V1
Authentication: Token
Generate token:Reference
Endpoints
/products
GET
POST
PUT
PATCH
DELETE
Summary: Get product list
/orders
GET
POST
Summary: Lists orders that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included.
/inventory
GET
Summary: Find SourceItems by SearchCriteria We need to have this method for direct work with SourceItems because this object contains additional data like as qty, status (for example can be searchable by additional field)
Updated about 5 years ago