Goody integration (Productivity). Imported from open-connector.
https://api.ongoody.com/v1/me
/v1/products
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page for pagination, starting at 1. |
| per_page | integer | optional | Items per page for pagination. |
| use_custom_catalog | boolean | optional | Whether to limit results to the custom catalog for approved API partners. |
| country_code | string | optional | A shipping country code to filter products by, such as US. |
| custom_catalog_show_inactive | boolean | optional | Whether to show inactive products in the custom catalog for approved Commerce A… |
/v1/products/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Goody product ID. |
| use_custom_catalog | boolean | optional | Whether to limit lookup to the custom catalog for approved API partners. |
/v1/orders
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page for pagination, starting at 1. |
| per_page | integer | optional | Items per page for pagination. |
| created_at_after | string | optional | Only return orders created at or after this timestamp. |
| created_at_before | string | optional | Only return orders created at or before this timestamp. |
/v1/orders/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Goody order ID. |
/v1/payment_methods
/v1/workspaces