/
GET SKUs Index

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

GET SKUs Index

This call allows you to fetch all the SKUs created from Browntape, given a company (which is deduced from the authenticated user). You can use various useful filters while making this fetch.

End Point

https://app.browntape.com/0.1/skus/index.json

Request Parameters

?username   =XXXXXXXXXX &auth_string=YYYYYYYYY &created_from   ='2014-01-01' (optional) &created_to ='2014-04-01'(optional) &modified_from  ='2014-01-01' (optional) &modified_to='2014-04-01'(optional) &sku_code[] ='XYZ'(optional. Multiple values may be sent. Upto 100 values are accepted)  &page_size  =123 (optional. default:1000 , max:1000)

Response

{ "success": "true", "result_count": 1, "results_per_page": 50, "page": 1, "data": [ { "Sku": { "id": "27628", "readable_name": "bridge", "custom_code": "bridge_bundle_1", "image_path": null, "image_thumb_path": null, "input_image_path": null, "company_id": "2", "_in_stock_quantity": "-3", "sla_days": null, "awaiting_dispatch_quantity": "0", "length_mm": null, "breadth_mm": null, "height_mm": null, "weight_gm": null, "bundle_id": null, "is_disabled": "0", "is_bundle": "1", "default_cost_price": "0", "least_selling_price": null, "created": "2016-10-19 11:23:53", "modified": "2016-10-19 05:53:54", "currency_id": "0", "is_low_stock": "1", "low_stock_level": "10", "product_id": null, "stock_sync": "0", "product_category_id": null, "tax_rule_id": null, "style_code": null, "color": null, "size": null, "master_mrp": null, "master_selling_price": null, "number_of_linked_items": 0, "SkusWarehouse": [ { "stock": "-3", "stock_pending_dispatch": 0 } ], "stock": "-3", "stock_pending_dispatch": 0 }, "Product": { "id": null, "title": null, "company_id": null, "product_category_id": null, "custom_product_category_id": null, "created": null, "has_variations": null }, "ProductCategory": { "id": null, "title": null, "parent_id": null }, "TaxRule": { "id": null, "price_from": null, "price_to": null, "product_or_sku": null, "pf_or_sku_id": null, "warehouse_id": null, "vat": null, "cst": null, "is_sku": null, "is_default": null, "company_id": null, "is_active": null, "created": null, "modified": null }, "HsnCode": { "id": null, "code": null, "title": null, "description": null }, "Brand": { "title": "Khadim" }, "BundleDetail": [ { "id": "20", "bundle_sku_id": "27628", "child_sku_id": "1", "quantity": "1", "Sku": { "id": "1", "readable_name": " iPhone 5c Red 16GB ", "custom_code": "1001BT", "image_path": null, "image_thumb_path": null, "input_image_path": "https://dl.dropboxusercontent.com/u/56339967/ONBTBTMO04.jpg", "company_id": "2", "_in_stock_quantity": null, "sla_days": null, "awaiting_dispatch_quantity": null, "length_mm": "0", "breadth_mm": "0", "height_mm": "0", "weight_gm": "0", "bundle_id": null, "is_disabled": "0", "is_bundle": "0", "default_cost_price": "11", "least_selling_price": "10", "created": "0000-00-00 00:00:00", "modified": "2015-07-07 06:30:01", "currency_id": "2", "is_low_stock": "0", "low_stock_level": "2", "product_id": "1", "stock_sync": "0", "product_category_id": null, "tax_rule_id": null, "style_code": null, "color": null, "size": null, "master_mrp": null, "master_selling_price": null } }, { }, { } ], "SkusChannel": { }, "SkusAlias": [ { "id": "28953", "sku_id": "27628", "sku_code_alias": "bridge_bundle_1" } ], "ChannelsStock": { } } ] }

Related content