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
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-dotnet-sdk-v2-training
- Owner: commercetools
- Created: 2022-02-16T17:26:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T02:49:59.000Z (almost 2 years ago)
- Last Synced: 2025-12-01T09:07:00.772Z (7 months ago)
- Language: C#
- Size: 12.5 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)