An open API service indexing awesome lists of open source software.

https://github.com/commercetools/commercetools-dotnet-sdk-v2-training

dotnet training repository for sdk v2
https://github.com/commercetools/commercetools-dotnet-sdk-v2-training

Last synced: 5 months ago
JSON representation

dotnet training repository for sdk v2

Awesome Lists containing this project

README

          

# commercetools-dotnet-sdk-training
C# project to play with the Commercetools .NET SDK

This branch includes following tasks:

Project side:

* Configure the client. Get the name and the client credentials from your CT project > Developer section.
* Create a product type.
* Create a tax category.
* Create a product.
* Create a category. (optional)
* Update product: Set key and change slug.
* Add category to product. (optional)

Shop side:

* Query all products.
* Create a cart.
* Add line item to the cart.
* Remove line item from the cart. (optional)
* Create an order from the cart.
* Finalize order: Set order number and change state.
* Delete the cart.
* Delete the products. (optional)
* Get messages. (optional)