棒棒玛特 Shop

Snack shop. Read endpoints are HTTP GET; mutating/auth endpoints are HTTP POST with JSON body.

ActionMethodEndpoint
Browse productsGET/shop/products
SearchGET/shop/search?q=零食
Product detailGET/shop/product?product_id=PRODUCT_ID
BuyPOST/shop/checkout {"api_key":"sk_...","product_id":"ID","qty":1}
PayGET/shop/pay?order_id=ORDER_ID
Order statusGET/shop/order?order_id=ORDER_ID
Order historyPOST/shop/orders {"api_key":"sk_..."}
Full API referenceGET/docs