Checkout & Payments
Perform a search and purchase the first item returned
Last updated
Perform a search and purchase the first item returned
Last updated
Search Results
{
"count": 1,
"entries": [
{
"created": "Mon, 14 Aug 2023 16:50:03 GMT",
"data": [
{
"alternateName": "test-product",
"description": "<p>This is a demonstration, test drive product.</p>",
"id": "http://rdf.atellix.net/schema/merchant/Merchant/id/29364f78-4d50-47c4-b916-2d529e607d33/vendure.1/product.1",
"image": {
"url": "https://catalog.atellix.com/api/catalog/media/62j9QWYA9QzQWp/maxresdefault__preview.jpg"
},
"name": "Test Product",
"offers": [
{
"id": "http://rdf.atellix.net/schema/merchant/Merchant/id/29364f78-4d50-47c4-b916-2d529e607d33/vendure.1/product.1.offer",
"offeredBy": {
"id": "http://rdf.atellix.net/schema/merchant/Merchant/id/29364f78-4d50-47c4-b916-2d529e607d33",
"type": "IOrganization"
},
"price": 0.01,
"priceCurrency": "USD"
}
],
"productID": "1",
"sku": "TEST-1",
"type": "IProduct",
"uuid": "eead7982-1e40-442e-9991-9670f32429f2"
}
],
"id": "VWV3Y8AKB9EHDKNX",
"owner_name": "Atellix Network",
"owner_url": "http://rdf.atellix.net/schema/merchant/Merchant/id/29364f78-4d50-47c4-b916-2d529e607d33",
"public_categories": [
{
"price": 0.01,
"public_category": "http://rdf.atellix.net/1.0/catalog/public/Test%20Drive"
}
],
"slug": "test-product",
"updated": "Mon, 21 Aug 2023 21:49:34 GMT",
"url": "http://rdf.atellix.net/schema/merchant/Merchant/id/29364f78-4d50-47c4-b916-2d529e607d33/vendure.1/product.1",
"uuid": "eead7982-1e40-442e-9991-9670f32429f2",
"version": 2
}
],
"result": "ok"
}
Checkout Results
{
"result": "ok",
"transactions": [
{
"uuid": "c4c08e2c-8548-4ed2-b17e-cda59284741c",
"signature": "3CHi7tNqLohN8QYWmfJ1rqpB2QzHoNR8t4kvy5RQnEAashLqb6PgeNTWZnrGvg7k6S4tgCqhBtiifyTsWHEzBqGe"
}
],
"payments": [
{
"data": {
"uuid": "c4c08e2c-8548-4ed2-b17e-cda59284741c"
},
"method": "atellixpay",
"total": "0.01"
}
]
}