dylanyoung-dev / sitecore-cdp-serializer

A tool that allows the developer to deploy changes from a physical file location to their CDP/Personalize tenant. This enables the usage of Source Control to create templates, flows, decisions, etc.
https://www.npmjs.com/package/sitecore-cdp-serializer
GNU General Public License v3.0
3 stars 1 forks source link

6 - offer templates #29

Closed mhak closed 1 year ago

mhak commented 1 year ago

Description / Motivation

Partially implements #6.

Created offer service and offer command to retrieve all offer templates or offer templates by Id. Create and update is blocked as the API does not allow updates with a public token.

Added tabSize onto settings.json for better consistency amongst developers

How Has This Been Tested?

tested locally by running both commands

Types of changes

Checklist:

dylanyoung-dev commented 1 year ago

Looks good, but says the PR is in draft so I can't merge until it's ready to be merged.