{ "info": { "_postman_id": "ac855700-98bd-407f-9ed9-5350a251187b", "name": "Goody Brands Orders API", "description": "Contact Support:\n Name: Goody Support\n Email: support@ongoody.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-ac855700-98bd-407f-9ed9-5350a251187b" }, "item": [ { "name": "v1", "item": [ { "name": "orders", "item": [ { "name": "{id}", "item": [ { "name": "cancel", "item": [ { "name": "Cancel an order", "id": "6edb0836-04a8-40cf-996c-2e75c0811b4b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "cancel" ], "variable": [ { "id": "fde96c7b-46fa-402c-beea-bbe2412c79c5", "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "id": "656ec877-46f8-47ad-87f0-6d5a861d244d", "name": "Order canceled", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"accepted\",\n \"individual_gift_link\": \"\",\n \"cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"shipments\": [\n {\n \"id\": \"\",\n \"status\": \"tracking\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"shipped\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n }\n ],\n \"amounts\": {\n \"amount_product\": \"\",\n \"amount_shipping\": \"\",\n \"amount_pre_tax_total\": \"\",\n \"amount_processing_fee\": \"\",\n \"amount_credit_applied\": \"\",\n \"amount_tax\": \"\",\n \"amount_total\": \"\",\n \"amount_global_relay_cost\": \"\"\n },\n \"sender\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n \"reference_id\": \"\",\n \"recipient_last_name\": \"\",\n \"recipient_email\": \"\",\n \"cart_selections\": [\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"workspace_id\": \"\",\n \"workspace_name\": \"\",\n \"expires_at\": \"\",\n \"card_id\": \"\",\n \"message\": \"\",\n \"thank_you_note\": \"\",\n \"view_count_recipient\": \"\",\n \"is_swapped\": \"\",\n \"order_batch_id\": \"\",\n \"event_times\": {\n \"created_at\": \"\",\n \"notified_at\": \"\",\n \"opened_at\": \"\",\n \"accepted_at\": \"\",\n \"pending_payment_at\": \"\",\n \"paid_at\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\"\n },\n \"original_cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"original_amounts\": {\n \"original_amount_product\": \"\",\n \"original_amount_shipping\": \"\",\n \"original_amount_credit_applied\": \"\",\n \"original_amount_pre_tax_total\": \"\"\n },\n \"payment_link\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-656ec877-46f8-47ad-87f0-6d5a861d244d" }, { "id": "ec4ae6c7-b6ab-4d8c-98f9-41155cd095ad", "name": "Order not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-ec4ae6c7-b6ab-4d8c-98f9-41155cd095ad" } ], "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-6edb0836-04a8-40cf-996c-2e75c0811b4b" } ], "id": "b2f8c020-1328-4c0e-8044-0400ddb52833", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-b2f8c020-1328-4c0e-8044-0400ddb52833" }, { "name": "update_expiration", "item": [ { "name": "Update expiration for an order", "id": "3260f749-3a45-4c35-bcea-229a8fd391c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"expiration\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/orders/:id/update_expiration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "update_expiration" ], "variable": [ { "id": "cbba6e85-dcf6-4d4f-8587-0ec0912e5f87", "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "id": "7836c43b-5d53-4c9d-bf0b-8810a6f8065a", "name": "Expiration updated", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expiration\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/orders/:id/update_expiration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "update_expiration" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"accepted\",\n \"individual_gift_link\": \"\",\n \"cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"shipments\": [\n {\n \"id\": \"\",\n \"status\": \"tracking\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"shipped\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n }\n ],\n \"amounts\": {\n \"amount_product\": \"\",\n \"amount_shipping\": \"\",\n \"amount_pre_tax_total\": \"\",\n \"amount_processing_fee\": \"\",\n \"amount_credit_applied\": \"\",\n \"amount_tax\": \"\",\n \"amount_total\": \"\",\n \"amount_global_relay_cost\": \"\"\n },\n \"sender\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n \"reference_id\": \"\",\n \"recipient_last_name\": \"\",\n \"recipient_email\": \"\",\n \"cart_selections\": [\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"workspace_id\": \"\",\n \"workspace_name\": \"\",\n \"expires_at\": \"\",\n \"card_id\": \"\",\n \"message\": \"\",\n \"thank_you_note\": \"\",\n \"view_count_recipient\": \"\",\n \"is_swapped\": \"\",\n \"order_batch_id\": \"\",\n \"event_times\": {\n \"created_at\": \"\",\n \"notified_at\": \"\",\n \"opened_at\": \"\",\n \"accepted_at\": \"\",\n \"pending_payment_at\": \"\",\n \"paid_at\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\"\n },\n \"original_cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"original_amounts\": {\n \"original_amount_product\": \"\",\n \"original_amount_shipping\": \"\",\n \"original_amount_credit_applied\": \"\",\n \"original_amount_pre_tax_total\": \"\"\n },\n \"payment_link\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-7836c43b-5d53-4c9d-bf0b-8810a6f8065a" }, { "id": "e56b475f-e943-4cb8-aea2-92206b547e78", "name": "Order not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"expiration\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/orders/:id/update_expiration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id", "update_expiration" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-e56b475f-e943-4cb8-aea2-92206b547e78" } ], "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-3260f749-3a45-4c35-bcea-229a8fd391c1" } ], "id": "496984dd-db5e-4ed1-ba2c-b86886c03270", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-496984dd-db5e-4ed1-ba2c-b86886c03270" }, { "name": "Retrieve an order", "id": "00e51b89-6ffe-469b-a000-88d8bd9a5ea1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id" ], "variable": [ { "id": "b0f9ef4a-8457-44a3-8592-98a77525d942", "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "id": "18480590-ba78-480b-8ff3-5a32a572989e", "name": "Order retrieved", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"accepted\",\n \"individual_gift_link\": \"\",\n \"cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"shipments\": [\n {\n \"id\": \"\",\n \"status\": \"tracking\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"shipped\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n }\n ],\n \"amounts\": {\n \"amount_product\": \"\",\n \"amount_shipping\": \"\",\n \"amount_pre_tax_total\": \"\",\n \"amount_processing_fee\": \"\",\n \"amount_credit_applied\": \"\",\n \"amount_tax\": \"\",\n \"amount_total\": \"\",\n \"amount_global_relay_cost\": \"\"\n },\n \"sender\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n \"reference_id\": \"\",\n \"recipient_last_name\": \"\",\n \"recipient_email\": \"\",\n \"cart_selections\": [\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"workspace_id\": \"\",\n \"workspace_name\": \"\",\n \"expires_at\": \"\",\n \"card_id\": \"\",\n \"message\": \"\",\n \"thank_you_note\": \"\",\n \"view_count_recipient\": \"\",\n \"is_swapped\": \"\",\n \"order_batch_id\": \"\",\n \"event_times\": {\n \"created_at\": \"\",\n \"notified_at\": \"\",\n \"opened_at\": \"\",\n \"accepted_at\": \"\",\n \"pending_payment_at\": \"\",\n \"paid_at\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\"\n },\n \"original_cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"original_amounts\": {\n \"original_amount_product\": \"\",\n \"original_amount_shipping\": \"\",\n \"original_amount_credit_applied\": \"\",\n \"original_amount_pre_tax_total\": \"\"\n },\n \"payment_link\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-18480590-ba78-480b-8ff3-5a32a572989e" }, { "id": "d48593ed-5c89-4100-83d0-4c8a7be35885", "name": "Order not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/orders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-d48593ed-5c89-4100-83d0-4c8a7be35885" } ], "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-00e51b89-6ffe-469b-a000-88d8bd9a5ea1" } ], "id": "9c0f0ec8-4fbc-4295-9596-82cabb955200", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-9c0f0ec8-4fbc-4295-9596-82cabb955200" }, { "name": "List orders", "id": "a070aee3-5fc7-43cd-a595-b3ceb7fb4ee9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/orders?page=1&per_page=20&created_at[after]=&created_at[before]=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders" ], "query": [ { "description": "Page for pagination, starting at 1", "key": "page", "value": "1" }, { "description": "Items per page for pagination", "key": "per_page", "value": "20" }, { "description": "Filter orders created at or after this timestamp (ISO 8601, UTC unless otherwise specified in timestamp)", "key": "created_at[after]", "value": "" }, { "description": "Filter orders created at or before this timestamp (ISO 8601, UTC unless otherwise specified in timestamp)", "key": "created_at[before]", "value": "" } ] } }, "response": [ { "id": "45ae153d-e6f5-4e06-b7f7-cba0b61a488a", "name": "Orders retrieved", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/orders?page=1&per_page=20&created_at[after]=&created_at[before]=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "orders" ], "query": [ { "description": "Page for pagination, starting at 1", "key": "page", "value": "1" }, { "description": "Items per page for pagination", "key": "per_page", "value": "20" }, { "description": "Filter orders created at or after this timestamp (ISO 8601, UTC unless otherwise specified in timestamp)", "key": "created_at[after]", "value": "" }, { "description": "Filter orders created at or before this timestamp (ISO 8601, UTC unless otherwise specified in timestamp)", "key": "created_at[before]", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"delivered\",\n \"individual_gift_link\": \"\",\n \"cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"shipments\": [\n {\n \"id\": \"\",\n \"status\": \"failed_unset_tracking\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"tracking\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n }\n ],\n \"amounts\": {\n \"amount_product\": \"\",\n \"amount_shipping\": \"\",\n \"amount_pre_tax_total\": \"\",\n \"amount_processing_fee\": \"\",\n \"amount_credit_applied\": \"\",\n \"amount_tax\": \"\",\n \"amount_total\": \"\",\n \"amount_global_relay_cost\": \"\"\n },\n \"sender\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n \"reference_id\": \"\",\n \"recipient_last_name\": \"\",\n \"recipient_email\": \"\",\n \"cart_selections\": [\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"workspace_id\": \"\",\n \"workspace_name\": \"\",\n \"expires_at\": \"\",\n \"card_id\": \"\",\n \"message\": \"\",\n \"thank_you_note\": \"\",\n \"view_count_recipient\": \"\",\n \"is_swapped\": \"\",\n \"order_batch_id\": \"\",\n \"event_times\": {\n \"created_at\": \"\",\n \"notified_at\": \"\",\n \"opened_at\": \"\",\n \"accepted_at\": \"\",\n \"pending_payment_at\": \"\",\n \"paid_at\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\"\n },\n \"original_cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"original_amounts\": {\n \"original_amount_product\": \"\",\n \"original_amount_shipping\": \"\",\n \"original_amount_credit_applied\": \"\",\n \"original_amount_pre_tax_total\": \"\"\n },\n \"payment_link\": \"\"\n },\n {\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"paid\",\n \"individual_gift_link\": \"\",\n \"cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"shipments\": [\n {\n \"id\": \"\",\n \"status\": \"delivered_override\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"delivered_override\",\n \"brand_name\": \"\",\n \"tracking_carrier\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\",\n \"delivery_eta\": \"\"\n }\n ],\n \"amounts\": {\n \"amount_product\": \"\",\n \"amount_shipping\": \"\",\n \"amount_pre_tax_total\": \"\",\n \"amount_processing_fee\": \"\",\n \"amount_credit_applied\": \"\",\n \"amount_tax\": \"\",\n \"amount_total\": \"\",\n \"amount_global_relay_cost\": \"\"\n },\n \"sender\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n \"reference_id\": \"\",\n \"recipient_last_name\": \"\",\n \"recipient_email\": \"\",\n \"cart_selections\": [\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"cart_item_id\": \"\",\n \"quantity_index\": \"\",\n \"variants\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"workspace_id\": \"\",\n \"workspace_name\": \"\",\n \"expires_at\": \"\",\n \"card_id\": \"\",\n \"message\": \"\",\n \"thank_you_note\": \"\",\n \"view_count_recipient\": \"\",\n \"is_swapped\": \"\",\n \"order_batch_id\": \"\",\n \"event_times\": {\n \"created_at\": \"\",\n \"notified_at\": \"\",\n \"opened_at\": \"\",\n \"accepted_at\": \"\",\n \"pending_payment_at\": \"\",\n \"paid_at\": \"\",\n \"shipped_at\": \"\",\n \"delivered_at\": \"\"\n },\n \"original_cart\": {\n \"id\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"id\": \"\",\n \"name\": \"\",\n \"brand\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n },\n \"quantity\": \"\"\n }\n ]\n },\n \"original_amounts\": {\n \"original_amount_product\": \"\",\n \"original_amount_shipping\": \"\",\n \"original_amount_credit_applied\": \"\",\n \"original_amount_pre_tax_total\": \"\"\n },\n \"payment_link\": \"\"\n }\n ],\n \"list_meta\": {\n \"total_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-45ae153d-e6f5-4e06-b7f7-cba0b61a488a" } ], "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-a070aee3-5fc7-43cd-a595-b3ceb7fb4ee9" } ], "id": "1b5dee65-c17e-4dd4-be12-384fb7581782", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-1b5dee65-c17e-4dd4-be12-384fb7581782" } ], "id": "a04dba0f-2190-427f-aa58-1a24d859041f", "createdAt": "2026-07-28T01:45:05.000Z", "updatedAt": "2026-07-28T01:45:05.000Z", "uid": "35240-a04dba0f-2190-427f-aa58-1a24d859041f" } ], "variable": [ { "key": "baseUrl", "value": "https://api.ongoody.com" } ] }