Headers
Example:
Example:
Example:
Example:
Example:
Example:
Example:
Example:
Body
application/json · any
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/checkout/ \
--header 'Content-Type: application/json' \
--data '"{\r\n \"external_id\": \"1656e7e7-6c6e-4f1a-80c1-7419050f18b3\",\r\n \"name\": \"rerum et quibusdam\",\r\n \"description\": \"Debitis ipsum ratione vero magni ducimus eum illum. Et qui sint fugit. Tenetur beatae dolore et similique.\",\r\n \"published\": \"false\",\r\n // \"published\": true,\r\n \"products\": [\r\n {\r\n \"name\": \"Handmade Wooden Gloves\",\r\n \"quantity\": 2,\r\n \"price\": \"554.38\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n },\r\n {\r\n \"name\": \"Incredible Soft Ball\",\r\n \"quantity\": 2,\r\n \"price\": \"134.19\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n }\r\n ]\r\n}"'Generate Checkout
curl --request POST \
--url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/checkout/ \
--header 'Content-Type: application/json' \
--data '"{\r\n \"external_id\": \"1656e7e7-6c6e-4f1a-80c1-7419050f18b3\",\r\n \"name\": \"rerum et quibusdam\",\r\n \"description\": \"Debitis ipsum ratione vero magni ducimus eum illum. Et qui sint fugit. Tenetur beatae dolore et similique.\",\r\n \"published\": \"false\",\r\n // \"published\": true,\r\n \"products\": [\r\n {\r\n \"name\": \"Handmade Wooden Gloves\",\r\n \"quantity\": 2,\r\n \"price\": \"554.38\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n },\r\n {\r\n \"name\": \"Incredible Soft Ball\",\r\n \"quantity\": 2,\r\n \"price\": \"134.19\",\r\n \"image\": \"http://placeimg.com/640/480\"\r\n }\r\n ]\r\n}"'