Merchant API for Grocery Partners

happycart Merchant API Introduction

happycart relies on grocery store partners to deliver the ingredients used for cooking recipes.

Requirements

The following are necessary for an integration with happycart:

1. Product feed.

happycart needs to keep an up to date inventory of products available on each location. Information such as product name, availability, image, price, unit and amount are necessary. You can learn more about that on the Product Feed Example page

2. Ordering Endpoint.

An endpoint that can take a number of products as an order for purchase. Example API route: Route where we can post an array of productId, amount and get an URL back, which we can open and the cart is prefilled with the provided products and amounts. Or just and endpoint on the shop, where we can do a GET with parameters.

3. Merchant API Callback.

A callback to our API upon order completion.

Previous
WordPress