🎯 Exercise 7
Last updated
Was this helpful?
Connect to the BigCommerce Store and fetch the first 9 product data 3 by 3.
https://docs.bigcommerce.com/developer/api-reference/rest/admin/catalog/products/get-products
Use Get All Products API from BigCommerce Beta System.
Step 1: Use loop until break for repeating
Step 2: Connect to BigCommerce - Get all Products. Utilize Workflow Variables and Inline Transformation Functions to set the page and limit parameters.
Step 3: Print the data in console log 3 by 3
Step 4: Break when information of 9 products are fetched. In other words, 3 pages, 3 items per page information is fetched.
Last updated
Was this helpful?
Was this helpful?