get https://api.fabric.inc/v3/products/sku
Get a paginated list of product (Item, Bundle, or Variant) by SKU, including the attributes and variants. You can optionally specify locales
to get products for specific regions.
Note:
1. You can refine the results by specifying offset
and limit
values. If you don't specify them, by default, you'll get up to 10 products.
2. If you don't have product SKU, use the corresponding ID-based endpoint - GET /products/{id}
.