{ "info": { "_postman_id": "dda7dfb4-b9f8-4e9f-8d6f-0041ba46eb59", "name": "Goody Brands Order Activities 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:02.000Z", "updatedAt": "2026-07-28T01:45:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-dda7dfb4-b9f8-4e9f-8d6f-0041ba46eb59" }, "item": [ { "name": "v1", "item": [ { "name": "order_activities", "item": [ { "name": "List order activities", "id": "29c785ca-3ebb-43ad-9da5-b393744dfc30", "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/order_activities?page=1&per_page=20&after=&before=&statuses=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "order_activities" ], "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 activities created at or after this timestamp (ISO 8601)", "key": "after", "value": "" }, { "description": "Filter activities created at or before this timestamp (ISO 8601)", "key": "before", "value": "" }, { "description": "Comma-separated list of statuses to filter by (e.g. \"created,opened,shipped\")", "key": "statuses", "value": "" } ] } }, "response": [ { "id": "79b72340-b822-457b-aeb9-4508cc9e70a7", "name": "Order activities 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/order_activities?page=1&per_page=20&after=&before=&statuses=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "order_activities" ], "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 activities created at or after this timestamp (ISO 8601)", "key": "after", "value": "" }, { "description": "Filter activities created at or before this timestamp (ISO 8601)", "key": "before", "value": "" }, { "description": "Comma-separated list of statuses to filter by (e.g. \"created,opened,shipped\")", "key": "statuses", "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 \"order_status\": \"shipped\",\n \"created_at\": \"\",\n \"order\": {\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"opened\",\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 {\n \"id\": \"\",\n \"order_status\": \"failed\",\n \"created_at\": \"\",\n \"order\": {\n \"id\": \"\",\n \"recipient_first_name\": \"\",\n \"status\": \"shipped\",\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\": \"failed\",\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 ],\n \"list_meta\": {\n \"total_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:45:03.000Z", "updatedAt": "2026-07-28T01:45:03.000Z", "uid": "35240-79b72340-b822-457b-aeb9-4508cc9e70a7" } ], "createdAt": "2026-07-28T01:45:03.000Z", "updatedAt": "2026-07-28T01:45:03.000Z", "uid": "35240-29c785ca-3ebb-43ad-9da5-b393744dfc30" } ], "id": "971bae35-f3c2-4552-9727-6b4ad4c8e042", "createdAt": "2026-07-28T01:45:03.000Z", "updatedAt": "2026-07-28T01:45:03.000Z", "uid": "35240-971bae35-f3c2-4552-9727-6b4ad4c8e042" } ], "id": "da27767b-6748-4653-993d-59c9206152c5", "createdAt": "2026-07-28T01:45:03.000Z", "updatedAt": "2026-07-28T01:45:03.000Z", "uid": "35240-da27767b-6748-4653-993d-59c9206152c5" } ], "variable": [ { "key": "baseUrl", "value": "https://api.ongoody.com" } ] }