Supported APIs¶
GET checkout information¶
If you integrate with our Magento extension on your mobile app, you can get the checkout information after creating the order in Magento, using the below API:
- Endpoint: {baseUrl}/rest/V1/tamara/checkout/{magentoOrderId}
- Method: GET
- Authorization: Bearer {admin-token}
- Params:
- baseUrl: The website URL
- magentoOrderId: Magento order entity ID
- Response: JSON string about the order's information
Note:
The admin user must have the role for ‘Tamara config’.