Explore Plans
Mobile menu Close menu
ShopYourWay

Add item to a specific catalog

This Action will add a new item to a ShopYourWay catalog you specify.

Developer info

API endpoint slug
shopyourway.AddToCatalog
Filter code method
Shopyourway.addToCatalog.skip(string?: reason)
Runtime method
runAction("shopyourway.AddToCatalog", {})

Action fields

Catalog name Dropdown list

Label
Which catalog?
Helper text
Create and manage catalogs on <a href="http://www.shopyourway.com" target="_blank">ShopYourWay</a>
Slug
catalog_name
Required
true
Can have default value
false

Source link Text input > Link

Label
Item Source URL
Slug
source_link
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setSource Link(string: source_link)

Title Text input > Title

Label
Item Title
Slug
Title
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setTitle(string: Title)

Image Text input > Photo

Label
Item Image URL
Slug
Image
Required
true
Can have default value
true
Filter code method
Shopyourway.addToCatalog.setImage(string: Image)