ordercloud-api / ordercloud-dotnet-sdk

The official .NET SDK for the OrderCloud eCommerce platform
MIT License
15 stars 14 forks source link

Feature: Model validation including xp fields #74

Open crhistianramirez opened 2 years ago

crhistianramirez commented 2 years ago

Any kind of model validation on the OrderCloud model such as Required, MaxLength, etc. should be applied to models in the SDK as well, and similarly there should be a way to define if xp is required if any xp properties are also required or have some other validation associated with them.

tmenier commented 2 years ago

WIP. Would like to get it working with partials/PATCH before releasing.