Adding Products To commercetools - Tutorial

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • #commercetools #products #ecommerce #tutorial
    commercetools is a top-rated, cloud-based, API-driven e-commerce platform designed to help businesses create exceptional and seamless shopping experiences across multiple channels. With its vast collection of APIs, commercetools offers unparalleled customization options, allowing B2B and B2C businesses to personalize their digital commerce strategies.
    Adding products is the essential first step in using commercetools, as it forms the basis of your entire e-commerce operation. Products are the heart of your online store and drive sales. When you add products, you create a structured inventory system for the API.
    In this video we'll show you how to add products to commercetools and utilize Postman to test your API calls. Check out the step-by-step tutorial now:
    ⏱ Timestamps
    00:00 - Commerce Tools Adding Products
    00:23 - Add Product Types
    00:58 - Add Product Info
    01:21 - Add Product Variants
    02:14 - Add Variant Images
    02:51 - Test API Data
    03:41 - Index Products
    Need help with your commercetools project? Reach out to the digital commerce experts at Sunrise Integration. Our team is here for your business!
    www.sunriseintegration.com/
    / sunrise-integration
    / sun_integration
    / sunriseintegration
  • Věda a technologie

Komentáře • 6

  • @alexrusin
    @alexrusin Před rokem +1

    I will definitely check out commerce tools! I have a question though. It doesn't seem like there was an option "Size" created. How do we know if a variant belongs to a certain option such as "Size" or "Color"?

    • @sunriseintegration
      @sunriseintegration  Před rokem

      You can use the Variant Key to create the attribute for the product like size. In the video you can see we used this field to create the small and medium test products.

  • @gokuljayan7261
    @gokuljayan7261 Před 7 měsíci

    i have added the product but while sending requesting in postman am not able to get the data, but the total number shows as 1

    • @sunriseintegration
      @sunriseintegration  Před 7 měsíci

      Did you properly auth your API call? Are you using the correct endpoint? You may want to check those.

    • @gokuljayan7261
      @gokuljayan7261 Před 6 měsíci

      @@sunriseintegration yea , i am able to get the products now , but facing a issue on addtoCart it's show "message": "LineItem error: The product "123 productUd"' is missing a tax category.",

    • @gokuljayan7261
      @gokuljayan7261 Před 6 měsíci

      currently am able to get the response in postman but when on frontend its not listing the products
      @@sunriseintegration