We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.
Hi, i replaced @commercetools/sdk-client-v2 with @commercetools/ts-clientand using "@labdigital/commercetools-mock": "2.23.0" and now my testcases failed here is errormessage"message": "ac is not a function",
Connect application using subscriptions – where is the message queue?
Hello everyone, I've just read through the documentation for Connect applications and subscriptions. But one thing is not quite clear to me. An example: I create a Connect application that sends product data to a third party service every time a new product is released. So the application creates a subscription and uses AWS SQS as a queue. But when I eventually want to offer the Connect app on the marketplace and a customer installs the app, where does the AWS SQS come from or who hosts it? Is the idea that the customer does this themselves or that I, as the provider of the Connect application, also provide the required queue? Or am I making the wrong assumptions? Kind regardsTorben
Hi everyone, I want to fetch all the products (in order to collect all the SKUs). But there is an maximum offset value 10000 and limit is 500. So, the possible amount of products to be fetched via API is 10500. is there any way to overcome this? I want to fetch around 20K products (it might grow in the feature). Fetching based on categories is not working as expected. It ended up in lot of duplicate, limit issue. Note: Had the same issue with orders. But , fetching the orders based on the createdAt field solved the issue. Products have the same createdAt date. Thank you and kind regards, Raja