You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create custom KObjects in Kustomer we first need to have available their Klasses in order to have their endpoints available. Looks like the endpoint is reachable with the singular and plural Klass name, although Kustomer documentation doesn't specify that.
Hitting a non existent Klass will result in a 404.
e. g. To have available the route klasses/orders we first need to create the order klass.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
To create custom
KObjects
in Kustomer we first need to have available theirKlasses
in order to have their endpoints available. Looks like the endpoint is reachable with the singular and plural Klass name, although Kustomer documentation doesn't specify that.Hitting a non existent Klass will result in a
404
.e. g. To have available the route
klasses/orders
we first need to create theorder
klass.The text was updated successfully, but these errors were encountered: