On success, the API responds with a 200 OK status code, returning a paginated collection of the resource objects:
{"data": [ {"id":"xYZkjABcde","type":"skus","links": {...},"attributes": {"code":"TSHIRTMM000000FFFFFFXLXX","name":"Men's Black T-shirt with White Logo (XL)","description":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.","image_url":"https://img.yourdomain.com/skus/xYZkjABcde.png","tag_names":"Men, Black, XL","pieces_per_pack":6,"weight":300.0,"unit_of_weight":"gr","hs_tariff_number":null,"do_not_ship":false,"do_not_track":false,"created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANYREFEFERNCE","metadata": {"foo":"bar" } },"relationships": {"shipping_category": {"links": {...} },"prices": {"links": {...} },"stock_items": {"links": {...} },"delivery_lead_times": {"links": {...} },"sku_options": {"links": {...} } },"meta": {"mode":"test" } }, {"other":"... 9 skus (first page)" } ],"meta": {"record_count":140,"page_count":14 },"links": {"first":"https://yourdomain.commercelayer.io/api/skus?page[number]=1&page[size]=10","next":"https://yourdomain.commercelayer.io/api/skus?page[number]=2&page[size]=10","last":"https://yourdomain.commercelayer.io/api/skus?page[number]=14&page[size]=10" }}
When fetching SKUs with a market in scope only the SKUs that are sellable in that market are returned. To be sellable in a market an SKU must have a price in the market's price list and at least one stock item in one of the market's stock locations, regardless of its quantity.