index.json.jbuilder 219 B

1234
  1. json.array!(@products) do |product|
  2. json.extract! product, :id, :sku, :name, :description, :price_base, :price_sale, :img_product, :presentation, :inventory, :status
  3. json.url product_url(product, format: :json)
  4. end