This Action will add a new item to your ShopYourWay feed.
- API endpoint slug
- shopyourway.AddToFeed
- Filter code method
- Shopyourway.addToFeed.skip(string?: reason)
- Runtime method
- runAction("shopyourway.AddToFeed", {})
Action fields
- Label
- Item Source URL
- Slug
- source_link
- Required
- true
- Can have default value
- true
- Filter code method
- Shopyourway.addToFeed.setSourceLink(string: sourceLink)
- Label
- Item Description
- Slug
- content
- Required
- false
- Can have default value
- true
- Filter code method
- Shopyourway.addToFeed.setContent(string: content)
- Label
- Item Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Shopyourway.addToFeed.setTitle(string: title)
- Label
- Item Image URL
- Slug
- image
- Required
- false
- Can have default value
- true
- Filter code method
- Shopyourway.addToFeed.setImage(string: image)