/api/v1/merchant/products
Endpoints
List products
GET /api/v1/merchant/products
Get product
GET /api/v1/merchant/products/:id
Create product
POST /api/v1/merchant/products
Update product
PATCH /api/v1/merchant/products/:id
Product payment links
POST /api/v1/merchant/products/:id/links
Creates a payment link attached to the product. Optional customerEmail, customerName, customerExternalId, and metadata.
GET /api/v1/merchant/products/:id/links lists links for the product.

