DEVELOPERS

Your data. Your API. Build anything.

RESTful API with full access to products, transactions, customers, inventory, and analytics.

QUICK START

Up and running in minutes.

curl -X GET https://api.shoppahq.com/v1/products \
  -H "Authorization: Bearer eyJhbG..."

// Response
[
  {
    "productName": "Classic White T-Shirt",
    "sku": "TSH-WHT-M",
    "sellingPrice": 24.99,
    "quantityInStock": 142,
    "stockStatus": "healthy"
  }
]

Endpoint Overview

Products

GET/products
GET/products/:id
POST/products
PUT/products/:id

Transactions

GET/transactions
GET/transactions/:id
POST/transactions/refund

Customers

GET/customers
GET/customers/:id
POST/customers
WEBHOOKS

Webhooks

Get notified when things happen in your merchant's store.

transaction.completedinventory.updatedorder.createdcustomer.created
API ACCESS

Full API access. Every plan.

Every Shoppa subscription includes full read and write API access. No premium tiers. No gated endpoints. One plan, complete access.