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}
  • Response: JSON string about the order's information
  • Params:
    • baseUrl: The website URL
    • magentoOrderId: Magento order entity ID

Note:

The admin user must have the role for ‘Tamara config’.