GET https://qa-efinancials.online/public/business/1/products?limit=20&page=1

Serializer

1 Handled
4.26 ms Total time

default 1

serialize 1

Data Context Normalizer Encoder Time Caller
array
Show contents
[
  "page" => 1
  "limit" => 20
  "total" => 5
  "total_pages" => 1.0
  "products" => [
    [
      "id" => 1
      "name" => "Ramo de flores amarillas"
      "sku" => "FRS-001"
      "price" => "100.00"
      "old_price" => null
      "discount" => 0
      "has_discount" => false
      "discountType" => null
      "discountValue" => 20.0
      "default_image" => "https://qa-efinancials.online/uploads/products/6972811878e61.webp"
    ]
    [
      "id" => 2
      "name" => "Ramo de rosas blancas"
      "sku" => "FRS-002"
      "price" => "4500.00"
      "old_price" => "5000.00"
      "discount" => 10
      "has_discount" => true
      "discountType" => App\Enum\DiscountType {#1355
        +name: "PERCENT"
        +value: "percent"
      }
      "discountValue" => 10.0
      "default_image" => "https://qa-efinancials.online/uploads/products/697281343a24a.webp"
    ]
    [
      "id" => 3
      "name" => "Ramo de rosas amarillas"
      "sku" => "FRS-003"
      "price" => "4900.00"
      "old_price" => "5000.00"
      "discount" => 2
      "has_discount" => true
      "discountType" => App\Enum\DiscountType {#1358
        +name: "FIXED"
        +value: "fixed"
      }
      "discountValue" => 100.0
      "default_image" => "https://qa-efinancials.online/uploads/products/69728144a4fcd.webp"
    ]
    [
      "id" => 4
      "name" => "Rosas con Oso blanco"
      "sku" => "FRS-004"
      "price" => "1800.00"
      "old_price" => null
      "discount" => 0
      "has_discount" => false
      "discountType" => null
      "discountValue" => 0.0
      "default_image" => "https://qa-efinancials.online/uploads/products/699a8c3b9d9e2.png"
    ]
    [
      "id" => 5
      "name" => "Rosas en florero de vidrio"
      "sku" => "FRS-005"
      "price" => "900.00"
      "old_price" => null
      "discount" => 0
      "has_discount" => false
      "discountType" => null
      "discountValue" => 0.0
      "default_image" => "https://qa-efinancials.online/uploads/products/699a88978e5f7.webp"
    ]
  ]
]
Format: json
Show context
[
  "json_encode_options" => 15
]
BackedEnumNormalizer (0.00 ms) JsonEncoder (0.02 ms) 4.26 ms

deserialize 0

Nothing was deserialized.

normalize 0

Nothing was normalized.

denormalize 0

Nothing was denormalized.

encode 0

Nothing was encoded.

decode 0

Nothing was decoded.