← Tools Reference

Goody

Goody integration (Productivity). Imported from open-connector.

API key7 toolshttps://api.ongoody.com
GET
goody_get_current_user
Retrieve the current Goody API user.

/v1/me

GET
goody_list_products
List active products in the Goody catalog.

/v1/products

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage for pagination, starting at 1.
per_pageintegeroptionalItems per page for pagination.
use_custom_catalogbooleanoptionalWhether to limit results to the custom catalog for approved API partners.
country_codestringoptionalA shipping country code to filter products by, such as US.
custom_catalog_show_inactivebooleanoptionalWhether to show inactive products in the custom catalog for approved Commerce A…
GET
goody_get_product
Retrieve a Goody product by ID.

/v1/products/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Goody product ID.
use_custom_catalogbooleanoptionalWhether to limit lookup to the custom catalog for approved API partners.
GET
goody_list_orders
List Goody orders, optionally filtered by creation timestamp.

/v1/orders

4 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage for pagination, starting at 1.
per_pageintegeroptionalItems per page for pagination.
created_at_afterstringoptionalOnly return orders created at or after this timestamp.
created_at_beforestringoptionalOnly return orders created at or before this timestamp.
GET
goody_get_order
Retrieve a Goody order by ID.

/v1/orders/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Goody order ID.
GET
goody_list_payment_methods
List Goody payment methods available to the current account.

/v1/payment_methods

GET
goody_list_workspaces
List Goody workspaces available to the current account.

/v1/workspaces