Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (42 loc) · 1.4 KB

SAMPLE_PRODUCT.md

File metadata and controls

45 lines (42 loc) · 1.4 KB

Sample Product

ProductTrap\DTOs\Product {
  +identifier: "891672"
  +status: ProductTrap\Enums\Status {
    +name: "Available"
    +value: "available"
  }
  +sku: "891672"
  +gtin: "9310022162107"
  +name: "Pedigree Vital Protection Beef Dry Dog Food 15kg"
  +description: "PEDIGREE Vital Protection Adult - Beef dry dog food is packed with the nutrients your dog needs to keep them healthy and full of vitality. Vital Protection is designed to protect your dog in four ways: to help support a strong immune system, a healthy skin and coat, good digestion and healthy teeth."
  +url: "https://www.bigw.com.au/product/pedigree-vital-protection-beef-dry-dog-food-15kg/p/891672"
  +ingredients: null
  +price: ProductTrap\DTOs\Price {
    +amount: 41.0
    +wasAmount: null
    +saleName: null
    +currency: ProductTrap\Enums\Currency {
      +name: "AUD"
      +value: "AUD"
    }
  }
  +unitAmount: null
  +unitPrice: null
  +brand: ProductTrap\DTOs\Brand {
    +identifier: "Pedigree"
    +name: "Pedigree"
    +url: null
  }
  +images: array:4 [
    0 => "/medias/sys_master/images/images/h67/h6d/31510149922846.jpg"
    1 => "/medias/sys_master/images/images/h52/he9/31510150447134.jpg"
    2 => "/medias/sys_master/images/images/h5b/h76/31510150971422.jpg"
    3 => "/medias/sys_master/images/images/hfb/h08/31510151561246.jpg"
  ]
  +categories: []
  +raw: array:1 [
    "html" => "/* HTML OF PAGE HERE */"
  ]
}