/merchants/{id}/feed.json
{ "version": "1.0", "feed_type": "ACP",
"products": [{
"item_id": "prod_8821", "title": "broadcloth shirt",
"price": "44.00 USD", "availability": "in_stock",
"brand": "shirtempire", "size": "L",
"color": "Gray", "gender": "male",
"image_url": "https://www.shirtempire.com/..." }]
}
{ "id": "sess_a7f2c9e1",
"status": "ready_for_payment",
"line_items": [{ "items": {
"id": "prod_8821", "name": "broadloth shirt",
"quantity": 1 },
"subtotal": 4400 "tax": 712, "total": 4752 }],
"totals": [{ "type": "total", "amount": 4752 }]
}
/checkout_sessions/{id}/complete
{ "payment_method_id": "vt_4a8f2c…" }
{ "id": "ord_11284",
"checkout_session_id": "sess_a7f2c9e1",
"permalink_url": "shirtempire.com/admin/orders/11284" }