Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Draft Listing Product
etsy:create_draft_listing_product
Creates a physical draft listing product in a shop on the Etsy channel
Write
Medium risk
Delete Listing
etsy:delete_listing
Open API V3 endpoint to delete a ShopListing. A ShopListing can be deleted only if the state is one of the following: `SOLD_OUT`, `DRAFT`, `EXPIRED`, `INACTIVE`, `ACTIVE` and `is_available` or `ACTIVE` and has seller flags: `SUPRESSED` (frozen), `VACATION`, `CUSTOM_SHOPS` (pattern), `SELL_ON_FACEBOOK`
Write
High risk
Get Listing
etsy:get_listing
Retrieves a listing record by listing ID
Read
Low risk
Get Listing Inventory
etsy:get_listing_inventory
Retrieves the inventory record for a listing by listing ID
Read
Low risk
Update Listing Inventory
etsy:update_listing_inventory
Updates the inventory for a listing identified by a listing ID
Write
Medium risk
Update Listing Property
etsy:update_listing_property
Updates or populates the properties list defining product offerings for a listing. Each offering requires both a `value` and a `value_id` that are valid for a `scale_id` assigned to the listing or that you assign to the listing with this request
Write
Medium risk