# Sosoft Beds Product And Content API

Machine-readable product catalogue, category index, CMS page index and blog content API for Sosoft Beds.

Website: https://www.sosoftbeds.co.uk
API Base: https://api.sosoftbeds.co.uk/api/
Authentication: none. The API is public and does not require authentication.

## Discovery

- OpenAPI specification: https://api.sosoftbeds.co.uk/openapi.json
- Human-readable API docs: https://api.sosoftbeds.co.uk/docs
- Product and content sitemap: https://api.sosoftbeds.co.uk/products-sitemap.xml
- Source repository: https://github.com/5starbeds/sosoftbeds-product-api
- Products index: https://api.sosoftbeds.co.uk/api/products
- Categories index: https://api.sosoftbeds.co.uk/api/categories
- Search: https://api.sosoftbeds.co.uk/api/search?q=ottoman
- Content pages and blog posts: https://api.sosoftbeds.co.uk/api/content-pages

## Endpoints

- GET /api/products
  Returns paginated products. Query params: page, pageSize or limit.
- GET /api/products/{slug}
  Returns complete product information by URL slug or SKU, including descriptions, tabs, dimensions, colours, sizes, images, pricing, availability, categories, breadcrumbs, custom options, FAQs, and JSON-LD.
- GET or POST /api/products/{slug}/price
  Calculates configured product price from selected custom option value IDs. GET supports ?values=134102,134103. POST supports JSON selected_options.
- GET /api/categories
  Returns category index with product counts and sample product API URLs.
- GET /api/search?q=
  Searches products, CMS pages and blog posts. Supports natural-language product intent such as size and price. Query params: q, limit.
- GET /api/content-pages
  Returns CMS page and blog post index.
- GET /api/content-pages/{slug}
  Returns complete CMS page or blog post information.
- GET /llms.txt
  Returns this machine-readable introduction.
- GET /openapi.json
  Returns the OpenAPI 3.1 specification.
- GET /docs
  Returns a human-readable HTML guide to the API.
- GET /products-sitemap.xml
  Returns sitemap URLs for products, content pages and discovery files.

## Product Payload Includes

- Name, brand, SKU, description, short description
- Categories and breadcrumbs
- Price, sale price, currency, stock status, schema.org availability
- Full image gallery
- Custom option groups and nested choices
- Sizes, fabrics, colours, dimensions hints, delivery options
- Related products
- Storefront tabs including Description, More Information, Reviews, Dimensions, Assembly Instructions, Specification, FAQ where available
- FAQs, semantic summary, best_for, pros, cons, comparison points
- Product JSON-LD and canonical URL
- Last updated timestamp

## Content Page Payload Includes

- CMS pages and blog posts discovered from Magento page sitemap and blog RSS/listing pagination
- Canonical URL, title, meta description, H1, headings, cleaned HTML, clean text, links, word count, last updated timestamp

## Products

- 60cm Ottoman storage Bed | sku: 60cm-ottoman-bed | slug: 60cm-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/60cm-ottoman-bed
- Electric Ottoman Bed | sku: electric-ottoman-bed | slug: electric-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/electric-ottoman-bed
- Height Adjustable profiling bed | sku: Height Adjustable profiling bed | slug: height-adjustable-profiling-bed | api: https://api.sosoftbeds.co.uk/api/products/height-adjustable-profiling-bed
- Teddy Boucle York Storage Bed | sku: Teddyboucleottomanbed-York | slug: teddy-boucle-ottoman-bed-york | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-ottoman-bed-york
- Teddy Boucle Wingback Ottoman Bed | sku: Teddyboucleottomanbed-Wingback | slug: teddy-boucle-ottoman-bed-wingback | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-ottoman-bed-wingback
- Teddy Boucle Ottoman Bed | sku: Teddyboucleottomanbed | slug: teddy-boucle-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-ottoman-bed
- King Size Ottoman Bed | sku: King Size Ottoman Bed | slug: king-size-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/king-size-ottoman-bed
- All Electric Ottoman Adjustable Bed with custom options | sku: Electric247-2 | slug: all-electric-ottoman-storage-adjustable-bed | api: https://api.sosoftbeds.co.uk/api/products/all-electric-ottoman-storage-adjustable-bed
- 100% Linen Electric Ottoman Bed | sku: Line-electric-ottoman-bed | slug: 100-percent-linen-electric-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/100-percent-linen-electric-ottoman-bed
- Modern Mobility Hospital Beds | sku: Hospitalbeds0420 | slug: hospital-bed-for-home | api: https://api.sosoftbeds.co.uk/api/products/hospital-bed-for-home
- Moonlight Ottoman Storage Bed | sku: Moonlight | slug: ottoman-divan-storage-moonlight-54inch-or-60inch | api: https://api.sosoftbeds.co.uk/api/products/ottoman-divan-storage-moonlight-54inch-or-60inch
- Design Your Own Bed | sku: design-your-own-bed | slug: ottoman-bed-side-opening-gas-lift-bed | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-side-opening-gas-lift-bed
- Adjustable Beds with custom options | sku: Electric247 | slug: adjustable-beds-with-custom-options | api: https://api.sosoftbeds.co.uk/api/products/adjustable-beds-with-custom-options
- Bed Base Only Without Headboard | sku: bedbaseonly | slug: bedbasewithoutheadboard | api: https://api.sosoftbeds.co.uk/api/products/bedbasewithoutheadboard
- Deacon Ottoman Bed | sku: Deacon0598 | slug: deacon-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/deacon-ottoman-bed-with-optional-mattress
- Elli Ottoman Bed | sku: **Elli Ottoman** | slug: elli-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/elli-ottoman-bed-with-optional-mattress
- Deacon Wingback Ottoman Bed | sku: deacon-wingback-panel | slug: deacon-wingback-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/deacon-wingback-ottoman-bed-with-optional-mattress
- Curve 360 Ottoman Bed Dusk Till Dawn | sku: curve-360-ottoman-bed | slug: curve-360-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/curve-360-ottoman-bed-with-optional-mattress
- Grandeur Ottoman Bed Warwick Fabrics | sku: Grandeur697 | slug: grandeur-ottoman-bed-warwick-fabrics | api: https://api.sosoftbeds.co.uk/api/products/grandeur-ottoman-bed-warwick-fabrics
- Safina Ottoman Bed Art Deco Headboard | sku: safina-storage-bed | slug: safina-ottoman-bed-art-deco-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/safina-ottoman-bed-art-deco-headboard-with-optional-mattress
- Majestic Ottoman Bed Chesterfield | sku: majestic-chesterfield-bed | slug: majestic-chesterfield-ottoman-bed-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/majestic-chesterfield-ottoman-bed-headboard-with-optional-mattress
- Tall Oxford Ottoman Bed | sku: Oxford0727 | slug: king-size-tall-oxford-ottoman-storage-bed | api: https://api.sosoftbeds.co.uk/api/products/king-size-tall-oxford-ottoman-storage-bed
- Majestic Ottoman Bed Chesterfield Wingback | sku: Majestic Wingback Ottoman | slug: majestic-ottoman-bed-chesterfield-wingback-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/majestic-ottoman-bed-chesterfield-wingback-headboard-with-optional-mattress
- Wingback Ottoman Bed Elegant | sku: wingback-elegant-ottoman-bed | slug: wingback-elegant-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/wingback-elegant-ottoman-bed-panel-headboard-with-optional-mattress
- Safina Wingback Chesterfield Ottoman Bed | sku: safina-chesterfield-wingback-bed | slug: safina-wingback-chesterfield-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/safina-wingback-chesterfield-ottoman-bed
- Safina Wingback Chesterfield Bed frame | sku: Safina-Chesterfield-Wingback-1 | slug: safina-wingback-chesterfield-ottoman-bed-chesterfield-wingback-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/safina-wingback-chesterfield-ottoman-bed-chesterfield-wingback-headboard-with-optional-mattress
- Lewis Plain Ottoman Bed | sku: lewis-plain-ottoman-bed | slug: lewis-plain-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/lewis-plain-ottoman-bed-with-optional-mattress
- Harveys Ottoman Bed | sku: harveys-ottoman-bed | slug: harveys-ottoman-bed-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/harveys-ottoman-bed-with-optional-mattress
- Francesca Plain Ottoman Bed | sku: francesca-plain-bed | slug: francesca-plain-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/products/francesca-plain-ottoman-bed
- Wide Chesterfield Ottoman Storage Bed | sku: wide-chesterfield-bed | slug: ottoman-storage-bed-7060-or-54-tall-wide-chesterfield-headboard | api: https://api.sosoftbeds.co.uk/api/products/ottoman-storage-bed-7060-or-54-tall-wide-chesterfield-headboard
- Elegant Wide Ottoman Divan Storage Bed | sku: wide_elegant_ottoman_bed | slug: ottoman-divan-storage-bed-elegant-wide-headboard-design | api: https://api.sosoftbeds.co.uk/api/products/ottoman-divan-storage-bed-elegant-wide-headboard-design
- Soneros Wide Headboard Ottoman Bed | sku: soneros_wide_headboard_bed | slug: soneros-wide-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/soneros-wide-ottoman-bed-panel-headboard-with-optional-mattress
- 600N Gas Pistons (Upto 45kg Mattresses) Standard | sku: 600N Gas Pistons-1 | slug: 600n-gas-pistons-upto-45kg-mattresses-standard | api: https://api.sosoftbeds.co.uk/api/products/600n-gas-pistons-upto-45kg-mattresses-standard
- Ottoman Bed Base Only Without Headboard | sku: baseonly24 | slug: ottoman-base-only-without-headboard | api: https://api.sosoftbeds.co.uk/api/products/ottoman-base-only-without-headboard
- Safina Chesterfield Ottoman Bed | sku: safina-chesterfield-54inch | slug: safina-chesterfield-ottoman-bed-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/safina-chesterfield-ottoman-bed-headboard-with-optional-mattress
- Majestic Art Deco Ottoman Bed | sku: Majestic-Plain | slug: majestic-ottoman-bed-art-deco-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/majestic-ottoman-bed-art-deco-headboard-with-optional-mattress
- Majestic Ottoman Bed Wingback Headboard | sku: Majestic-Plain-wingback | slug: majestic-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/majestic-ottoman-bed-panel-headboard-with-optional-mattress
- Sweet Dreams Ottoman Bed | sku: Sweet Dreams 54inch | slug: dreams-ottoman-bed-with-panel-headboard | api: https://api.sosoftbeds.co.uk/api/products/dreams-ottoman-bed-with-panel-headboard
- Heavy Duty Ottoman Electric Adjustable Bed | sku: Electric5061028881472 | slug: stylish-electric-bed | api: https://api.sosoftbeds.co.uk/api/products/stylish-electric-bed
- Grandeur Ottoman Bed | sku: grandeurottomanbed | slug: grandeur-ottoman-bed-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/grandeur-ottoman-bed-optional-mattress
- Soneros Floor-standing Headboard Only | sku: **Soneros FS** | slug: soneros-floor-standing-headboard-only | api: https://api.sosoftbeds.co.uk/api/products/soneros-floor-standing-headboard-only
- Giovani Ottoman Bed | sku: Giovani-Bed | slug: giovani-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/giovani-ottoman-bed-panel-headboard-with-optional-mattress
- Soneros Ottoman Bed | sku: soneros_bed | slug: soneros-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/soneros-ottoman-bed-panel-headboard-with-optional-mattress
- Wingback Moonlight Ottoman Bed | sku: WB Moonlight 54inch | slug: ottoman-bed-wingback-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-wingback-panel-headboard-with-optional-mattress
- Ottoman Storage Bed Chesterfield | sku: chesterfield_bed | slug: ottoman-bed-chesterfield | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-chesterfield
- Large Ottoman Box Alvador | sku: *Large Ottoman Alvador*-1 | slug: ottoman-box-alvador | api: https://api.sosoftbeds.co.uk/api/products/ottoman-box-alvador
- California Dreams | sku: Dreams1885 | slug: california-dreams-tall-chesterfield-wingback-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/california-dreams-tall-chesterfield-wingback-with-optional-mattress
- Sicilian Storage Ottoman Bed | sku: Design-options | slug: ottoman-beds | api: https://api.sosoftbeds.co.uk/api/products/ottoman-beds
- Alvador Ottoman Bed | sku: alvador_ottoman_bed | slug: alvador-ottoman-storage-bed-panel | api: https://api.sosoftbeds.co.uk/api/products/alvador-ottoman-storage-bed-panel
- York Ottoman Bed Panel | sku: 5061028880697York | slug: york-ottoman-bed-panel-headboard-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/york-ottoman-bed-panel-headboard-with-optional-mattress
- Sicilian Floor-Standing Headboard | sku: SCN54 | slug: sicilian-floor-standing-headboard | api: https://api.sosoftbeds.co.uk/api/products/sicilian-floor-standing-headboard
- Tall Vegas Wingback Floorstanding Headboard | sku: Vegas5061028882752 | slug: tall-vegas-wingback-headboard | api: https://api.sosoftbeds.co.uk/api/products/tall-vegas-wingback-headboard
- Queen Anne With Tall Floor Standing Wingback Headboard | sku: Queen Ann Headboard | slug: tall-queen-anne-wingback-headboard | api: https://api.sosoftbeds.co.uk/api/products/tall-queen-anne-wingback-headboard
- Moonlight Floor-Standing Headboard Only | sku: **Moon HB List** | slug: moonlight-floor-standing-headboard-60-or-54 | api: https://api.sosoftbeds.co.uk/api/products/moonlight-floor-standing-headboard-60-or-54
- Elegant Floor-Standing Headboard | sku: ** FS- EGNT ** | slug: elegant-panel-design-floor-standing-headboard-60-or-54 | api: https://api.sosoftbeds.co.uk/api/products/elegant-panel-design-floor-standing-headboard-60-or-54
- Alvador Design Floor-Standing Headboard | sku: alvador-design-floor-standing-headboard-60-or-54-2 | slug: alvador-design-floor-standing-headboard-60-or-54-2 | api: https://api.sosoftbeds.co.uk/api/products/alvador-design-floor-standing-headboard-60-or-54-2
- York Panel Floor-Standing Headboard | sku: york-panel-design-floor-standing-headboard-60-or-54-2 | slug: york-panel-design-floor-standing-headboard-60-or-54-2 | api: https://api.sosoftbeds.co.uk/api/products/york-panel-design-floor-standing-headboard-60-or-54-2
- Elegant Divan Base | sku: HB-FT-Elegant | slug: divan-base-crush-velvet-fabrics-with-memory-foam-sprung-mattress | api: https://api.sosoftbeds.co.uk/api/products/divan-base-crush-velvet-fabrics-with-memory-foam-sprung-mattress
- Chesterfield Floor-Standing Headboard 60" or 54" | sku: chesterfield-floor-standing-headboard-60-or-54 | slug: chesterfield-floor-standing-headboard-60-or-54 | api: https://api.sosoftbeds.co.uk/api/products/chesterfield-floor-standing-headboard-60-or-54
- Customised Base Only | sku: otttomanbedbaseonly | slug: base-only-with-optional-headboard-and-mattress | api: https://api.sosoftbeds.co.uk/api/products/base-only-with-optional-headboard-and-mattress
- Tall Sicillian Wingback Headboard 60inch or 54inch | sku: tall-sicillian-wingback-headboard-60-or-54 | slug: tall-sicillian-wingback-headboard-60-or-54 | api: https://api.sosoftbeds.co.uk/api/products/tall-sicillian-wingback-headboard-60-or-54
- Tall Oxford Wingback Chesterfield Headboard | sku: ottoman-bed-of-grey-tall-oxford-wingback-so-soft-beds | slug: ottoman-bed-of-grey-tall-oxford-wingback-so-soft-beds | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-of-grey-tall-oxford-wingback-so-soft-beds
- Tall Vegas Wingback Bed | sku: tall-vegas-headboard-bed | slug: tall-vegas-chesterfield-ottoman-wingback-bed-60-or-54-tall-chesterfield-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/tall-vegas-chesterfield-ottoman-wingback-bed-60-or-54-tall-chesterfield-with-optional-mattress
- Tall Oxford Ottoman Storage | sku: tall_headboard_bed | slug: ottoman-bed-of-tall-oxford-wingback-so-soft-beds | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-of-tall-oxford-wingback-so-soft-beds
- 15 Shades of Grey Ottoman Storage | sku: 15 Shades Grey | slug: 15-shades-of-grey-tall-oxford-wingback | api: https://api.sosoftbeds.co.uk/api/products/15-shades-of-grey-tall-oxford-wingback
- Large Ottoman Box Bedside | sku: *Large Ottoman Alvador* | slug: bed-side-large-ottoman-storage-box | api: https://api.sosoftbeds.co.uk/api/products/bed-side-large-ottoman-storage-box
- Kendal Chesterfield Ottoman Storage Bed | sku: **Kendal Listing** | slug: ottoman-storage-bed-tall-wingback-bed-54-tall-chesterfield | api: https://api.sosoftbeds.co.uk/api/products/ottoman-storage-bed-tall-wingback-bed-54-tall-chesterfield
- Tall Chesterfield Chained Wingback | sku: Queen-Anne-Wingback-Ottoman-Bed | slug: tall-queen-anne-wingback-bed-60-or-54-tall-chesterfield-with-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/tall-queen-anne-wingback-bed-60-or-54-tall-chesterfield-with-optional-mattress
- Ottoman Divan Storage Bed Elegant Design | sku: Elegant3230 | slug: ottoman-divan-storage-elegant-design | api: https://api.sosoftbeds.co.uk/api/products/ottoman-divan-storage-elegant-design
- Side or End Lift Opening Ottoman Bed-Frame | sku: side-or-end-lift-opening-ottoman-bed-frame | slug: side-or-end-lift-ottoman-beds | api: https://api.sosoftbeds.co.uk/api/products/side-or-end-lift-ottoman-beds
- Soneros Divan Base | sku: soneros_divan_base | slug: divan-wingback-bed-crush-ivory-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/divan-wingback-bed-crush-ivory-optional-mattress
- End Lift Ottoman Storage Bed | sku: Cuban83414 | slug: end-opening-ottoman-bed-cuban-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/end-opening-ottoman-bed-cuban-optional-mattress
- Side Lift Ottoman Bed | sku: side_lift_bed_listing | slug: side-opening-ottoman-bed-optional-mattress | api: https://api.sosoftbeds.co.uk/api/products/side-opening-ottoman-bed-optional-mattress
- Queen Anne Bed | sku: Wingback-Queen-Anne | slug: ottoman-bed-with-tall-wingback-bed-head | api: https://api.sosoftbeds.co.uk/api/products/ottoman-bed-with-tall-wingback-bed-head
- Divan Base Crush Velvet Fabrics | sku: HB-FT-EGNT | slug: divan-base-crush-velvet-fabrics | api: https://api.sosoftbeds.co.uk/api/products/divan-base-crush-velvet-fabrics
- Ottoman Storage Wingback Chester | sku: Wingback4084 | slug: sleigh-bed-60-high-wingback-chester | api: https://api.sosoftbeds.co.uk/api/products/sleigh-bed-60-high-wingback-chester
- Premier 1000 Pocket Divan Bed Set | sku: DYO|CHS | slug: divan-base-crush-silver | api: https://api.sosoftbeds.co.uk/api/products/divan-base-crush-silver
- Alvador Divan Bed with Footboard | sku: Alavador Divan Bed | slug: divan-wingback-bed-frame-crush-ivory | api: https://api.sosoftbeds.co.uk/api/products/divan-wingback-bed-frame-crush-ivory
- Cuban End Opening Ottoman Bed | sku: end-opening-ottoman-bed-frame-cuban | slug: end-opening-ottoman-bed-frame-cuban | api: https://api.sosoftbeds.co.uk/api/products/end-opening-ottoman-bed-frame-cuban
- End Opening Ottoman Queen Anne Bed-Frame | sku: Queen-Anne | slug: end-opening-ottoman-bed-frame | api: https://api.sosoftbeds.co.uk/api/products/end-opening-ottoman-bed-frame
- Side Opening Ottoman Bed | sku: side-opening-ottoman-bed-frame | slug: side-opening-ottoman-bed-frame | api: https://api.sosoftbeds.co.uk/api/products/side-opening-ottoman-bed-frame
- Queen Anne Bed 54inch Wingback Chester Chained | sku: Queen-Anne-54inch | slug: sleigh-bed-54-wingback-chester-chained | api: https://api.sosoftbeds.co.uk/api/products/sleigh-bed-54-wingback-chester-chained
- Memory Foam 3000 Pocket Spring Mattress | sku: Memory Foam 3000 Pocket Spring Mattress | slug: memory-foam-3000-pocket-spring-mattress-sink-in-deep | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-3000-pocket-spring-mattress-sink-in-deep
- Memory Foam 2000 Pocket Spring Mattress | sku: Memory Foam 2000 Pocket Spring Mattress | slug: memory-foam-2000-pocket-spring-mattress-sink-in-deep | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-2000-pocket-spring-mattress-sink-in-deep
- Memory Foam 1500 Pocket Spring Mattress | sku: Memory Foam 1500 Pocket Spring Mattress | slug: memory-foam-1500-pocket-spring-mattress-sink-in-deep | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-1500-pocket-spring-mattress-sink-in-deep
- Cool Gel Pocket Sprung 3000 Mattress | sku: Cool Gel Pocket Sprung 3000 Mattress | slug: cool-gel-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-3000-pocket-spring-mattress
- Cool Gel Pocket Sprung 2000 Mattress | sku: Cool Gel Pocket Sprung 2000 Mattress | slug: cool-gel-1500-pocket-spring-mattress-1 | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-1500-pocket-spring-mattress-1
- Cool Gel Pocket Sprung 1500 Mattress | sku: Cool Gel Pocket Sprung 1500 Mattress | slug: cool-gel-1500-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-1500-pocket-spring-mattress
- Memory Cloud Pillow Top Range Premium 3000 Pocket | sku: Visco Memory foam Pillow Top 3000 | slug: visco-cloud-pillow-top-range-premium-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/visco-cloud-pillow-top-range-premium-3000-pocket-spring-mattress
- Memory Cloud Pillow Top Range Premium 1500 | sku: Visco Memory foam Pillow Top 1500 | slug: visco-cloud-pillow-top-range-premium-1500-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/visco-cloud-pillow-top-range-premium-1500-pocket-spring-mattress
- Memory Cloud Pillow Top Range Premium 2000 Pocket | sku: Visco Memory foam Pillow Top 2000 | slug: visco-cloud-pillow-top-range-premium-2000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/visco-cloud-pillow-top-range-premium-2000-pocket-spring-mattress
- Pillow Top Range Premium 1000 Pocket Spring Mattress | sku: Premium Pillowtop Range 1000 | slug: premium-range-pillow-top-1000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/premium-range-pillow-top-1000-pocket-spring-mattress
- Pillow Top Range Premium 1500 Pocket Spring Mattress | sku: Premium Pillowtop Range 1500 | slug: premium-range-pillow-top-1500-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/premium-range-pillow-top-1500-pocket-spring-mattress
- Pillow Top Range Premium 3000 Pocket Spring Mattress | sku: Premium Pillowtop Range 3000 | slug: premium-range-pillow-top-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/premium-range-pillow-top-3000-pocket-spring-mattress
- Latex Cloud Pillow Top Range Premium 3000 Pocket Spring Mattress | sku: Latex Pillowtop 3000 | slug: latex-cloud-pillow-top-range-premium-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-cloud-pillow-top-range-premium-3000-pocket-spring-mattress
- Latex Cloud Pillow Top Range Premium 1500 Pocket Spring Mattress | sku: Latex Pillowtop 1500 | slug: latex-cloud-pillow-top-range-premium-1500-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-cloud-pillow-top-range-premium-1500-pocket-spring-mattress
- Latex Cloud Pillow Top Range Premium 2000 Pocket Spring Mattress | sku: Latex Pillowtop 2000 | slug: latex-cloud-pillow-top-range-premium-2000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-cloud-pillow-top-range-premium-2000-pocket-spring-mattress
- Cool Gel Pillow Top Pocket Sprung 3000 | sku: Cool Gel Pillow Top Pocket Sprung 3000 | slug: cool-gel-pocket-sprung-3000-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-pocket-sprung-3000-mattress
- Cool Gel Pillow Top Pocket Sprung 2000 | sku: Cool Gel Pillow Top Pocket Sprung 2000 | slug: cool-gel-pocket-sprung-2000-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-pocket-sprung-2000-mattress
- Cool Gel Pillow Top Pocket Sprung 1500 | sku: Cool Gel Pillow Top Pocket Sprung 1500 | slug: pool-gel-pillow-top-pocket-sprung-1500 | api: https://api.sosoftbeds.co.uk/api/products/pool-gel-pillow-top-pocket-sprung-1500
- Latex Pocket Sprung 1500 | sku: Latex Pocket Sprung 1500 | slug: latex-range-3000-pocket-sprung-mattress-1 | api: https://api.sosoftbeds.co.uk/api/products/latex-range-3000-pocket-sprung-mattress-1
- Latex Pocket Sprung 3000 | sku: Latex Pocket Sprung 3000 | slug: latex-range-3000-pocket-sprung-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-range-3000-pocket-sprung-mattress
- Elegant Cotton & Wool 5000 | sku: Elegant Cotton & Wool 5000 | slug: luxury-range-elegant-cotton-wool-5000-mattress | api: https://api.sosoftbeds.co.uk/api/products/luxury-range-elegant-cotton-wool-5000-mattress
- Elegant Cotton & Wool 3000 | sku: Cotton and Wool Mattress 3000 | slug: luxury-range-elegant-3000 | api: https://api.sosoftbeds.co.uk/api/products/luxury-range-elegant-3000
- Premium Quilted Puffin 2000 Memory | sku: Quilted Memory 2000 Puffin Range | slug: premium-quilted-puffin-2000-memory-range-firmness-medium | api: https://api.sosoftbeds.co.uk/api/products/premium-quilted-puffin-2000-memory-range-firmness-medium
- Premium Quilted Puffin 3000 Cool Gel | sku: Quilted Latex 3000 Puffin Range | slug: premium-quilted-puffin-3000-cool-gel-range-firmness-medium | api: https://api.sosoftbeds.co.uk/api/products/premium-quilted-puffin-3000-cool-gel-range-firmness-medium
- Premium Quilted Puffin 2000 Cool Gel | sku: Quilted Latex 2000 Puffin Range | slug: premium-quilted-puffin-2000-cool-gel-range-firmness-medium | api: https://api.sosoftbeds.co.uk/api/products/premium-quilted-puffin-2000-cool-gel-range-firmness-medium
- Latex 2000 Mini-pocket Royal Range | sku: Latex Mini Pocket Spring Range | slug: latex-2000-mini-pocket-royal-range | api: https://api.sosoftbeds.co.uk/api/products/latex-2000-mini-pocket-royal-range
- Latex Pocket Sprung Mattress 2000 | sku: Latex Pocket Spring Range 2000 | slug: latex-1000-3000-pockets | api: https://api.sosoftbeds.co.uk/api/products/latex-1000-3000-pockets
- Cool Gel Pocket Sprung 1000 | sku: Cool Gel Pocket Sprung 1000 Mattress | slug: cool-gel-1000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-gel-1000-pocket-spring-mattress
- Cool Gel Pillow Top Pocket Sprung 1000 | sku: Cool Gel Pillow Top Pocket Sprung 1000 | slug: cool-blue-memory-foam-pillow-top-1000-3000-pocket-sprung-mattress | api: https://api.sosoftbeds.co.uk/api/products/cool-blue-memory-foam-pillow-top-1000-3000-pocket-sprung-mattress
- Latex Mattress Topper | sku: 2inch Latex Topper | slug: latex-mattress-topper | api: https://api.sosoftbeds.co.uk/api/products/latex-mattress-topper
- Memory Cloud Pillow Top Range Premium 1000 | sku: Visco Memory foam Pillow Top 1000 | slug: visco-cloud-pillow-top-range-premium-1000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/visco-cloud-pillow-top-range-premium-1000-pocket-spring-mattress
- Latex Cloud Pillow Top Range Premium 1000 | sku: Latex Pillowtop 1000 | slug: latex-cloud-pillow-top-range-premium-1000-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-cloud-pillow-top-range-premium-1000-3000-pocket-spring-mattress
- Memory Foam Topper | sku: MemoryFoamTopper | slug: memory-foam-topper | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-topper
- Memory Foam 1000 Pocket Spring Mattress | sku: Memory Foam 1000 Pocket Spring Mattress | slug: memory-foam-1000-3000-pocket-spring-mattress-sink-in-deep | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-1000-3000-pocket-spring-mattress-sink-in-deep
- Memory Foam Mattress (Body Contour) | sku: Jasper | slug: memory-foam-mattress-body-contour | api: https://api.sosoftbeds.co.uk/api/products/memory-foam-mattress-body-contour
- Cool Gel-Flex + Memory Foam Mattress | sku: Ruby | slug: gel-tex-memory-foam-mattress | api: https://api.sosoftbeds.co.uk/api/products/gel-tex-memory-foam-mattress
- Latex Pocket Sprung 1000 | sku: Latex Pocket Sprung 1000 | slug: latex-range-1000-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/latex-range-1000-3000-pocket-spring-mattress
- 1200N Gas Pistons(65-90kg Mattresses) | sku: 1200N Gas Pistons | slug: 1200n-gas-pistons55-80kg-mattresses | api: https://api.sosoftbeds.co.uk/api/products/1200n-gas-pistons55-80kg-mattresses
- 800N Gas Pistons(50-65kg Mattresses) | sku: 800N Gas Pistons | slug: 800n-gas-pistons35-55kg-mattresses | api: https://api.sosoftbeds.co.uk/api/products/800n-gas-pistons35-55kg-mattresses
- 600N Gas Pistons(Upto 45kg Mattresses) | sku: 2X 600N Gas Pistons | slug: 600n-gas-pistons12-45kg-mattresses | api: https://api.sosoftbeds.co.uk/api/products/600n-gas-pistons12-45kg-mattresses
- Premium Range Pocket Sprung 3000 | sku: Premium Range 3000 | slug: premium-range-3000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/premium-range-3000-pocket-spring-mattress
- Pillow Top Range Premium 2000 Pocket Spring Mattress | sku: Premium Pillowtop Range 2000 | slug: premium-range-pillow-top-2000-pocket-spring-mattress | api: https://api.sosoftbeds.co.uk/api/products/premium-range-pillow-top-2000-pocket-spring-mattress
- Bi-seasonal Memory Foam Sprung Mattress | sku: BiSeasonal3476 | slug: bi-seasonal-memory-foam-sprung-mattress | api: https://api.sosoftbeds.co.uk/api/products/bi-seasonal-memory-foam-sprung-mattress
- Elegant Cotton & Wool 2000 | sku: Cotton and Wool Mattress | slug: luxury-range-elegant-2000 | api: https://api.sosoftbeds.co.uk/api/products/luxury-range-elegant-2000
- removal services | sku: removal | slug: removal-services | api: https://api.sosoftbeds.co.uk/api/products/removal-services
- Linen Charcoal | sku: .Linen Charcoal. | slug: linen-charcoal | api: https://api.sosoftbeds.co.uk/api/products/linen-charcoal
- Linen Gold | sku: .Linen Gold | slug: linen-gold | api: https://api.sosoftbeds.co.uk/api/products/linen-gold
- Linen Wheat | sku: .Linen Wheat-1 | slug: linen-wheat-2-0 | api: https://api.sosoftbeds.co.uk/api/products/linen-wheat-2-0
- Linen Sand (New) | sku: .Linen Sand (New) | slug: linen-sand | api: https://api.sosoftbeds.co.uk/api/products/linen-sand
- Marble Velvet Turqoise | sku: Marble-Velvet-Turqoise | slug: mystic-slate-turqoise | api: https://api.sosoftbeds.co.uk/api/products/mystic-slate-turqoise
- Marble Velvet Mink | sku: Marble-Velvet-mink | slug: marble-velvet-mink | api: https://api.sosoftbeds.co.uk/api/products/marble-velvet-mink
- Marble Velvet Silver | sku: Marble-Velvet-silver | slug: marble-velvet-silver | api: https://api.sosoftbeds.co.uk/api/products/marble-velvet-silver
- Marble Velvet Sky | sku: Marble-Velvet-sky | slug: marble-velvet-sky | api: https://api.sosoftbeds.co.uk/api/products/marble-velvet-sky
- Marble Velvet Slate | sku: Marble-Velvet-slate | slug: marble-velvet-slate | api: https://api.sosoftbeds.co.uk/api/products/marble-velvet-slate
- Marble Velvet Ivory | sku: Marble-Velvet-Ivory | slug: mystic-slate-velvet-2 | api: https://api.sosoftbeds.co.uk/api/products/mystic-slate-velvet-2
- Mystique Gold | sku: Mystique Gold | slug: mystic-slate-velvet-1 | api: https://api.sosoftbeds.co.uk/api/products/mystic-slate-velvet-1
- Tweed Rose | sku: .Tweed Rose | slug: wool-jade-1 | api: https://api.sosoftbeds.co.uk/api/products/wool-jade-1
- Teddy Boucle Powder | sku: .Teddy Boucle Powder | slug: teddy-boucle-powder-2 | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-powder-2
- Teddy Boucle Granite | sku: .Teddy Boucle Granite | slug: teddy-boucle-granite | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-granite
- Teddy Boucle Sky | sku: .Teddy Boucle Sky | slug: teddy-boucle-powder | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-powder
- Teddy Boucle Saffron | sku: .Teddy Boucle Saffron | slug: teddy-boucle-saffron | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-saffron
- Teddy Boucle Mink | sku: .Teddy Boucle Mink | slug: teddy-boucle-mink | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-mink
- Teddy Boucle Truffle | sku: .Teddy Boucle Truffle | slug: teddy-boucle-truffle | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-truffle
- Teddy Boucle White | sku: .Teddy Boucle White | slug: teddy-boucle-white | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-white
- Teddy Boucle Silver | sku: .Teddy Boucle Silver | slug: teddy-boucle-silver | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-silver
- Teddy Boucle Polar | sku: .Teddy Boucle Polar | slug: teddy-boucle-polar | api: https://api.sosoftbeds.co.uk/api/products/teddy-boucle-polar
- Plush Velvet Cream | sku: .Plush Velvet Cream | slug: plush-velvet-cream | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-cream
- Plush Velvet Mink | sku: .Plush Velvet Mink | slug: plush-velvet-mink | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-mink
- Plush Velvet Pebble | sku: .Plush Velvet Pebble | slug: plush-velvet-pebble | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-pebble
- Linen Cream | sku: .Linen Cream | slug: linen-cream | api: https://api.sosoftbeds.co.uk/api/products/linen-cream
- Alessia Silver | sku: .Alessia Silver | slug: alessia-silver | api: https://api.sosoftbeds.co.uk/api/products/alessia-silver
- Alessia Smoke | sku: .Alessia Smoke | slug: alessia-smoke | api: https://api.sosoftbeds.co.uk/api/products/alessia-smoke
- Alessia Beige | sku: .Alessia Beige | slug: alessia-beige | api: https://api.sosoftbeds.co.uk/api/products/alessia-beige
- Linen Whisper White | sku: .Linen Whisper White | slug: linen-whisper-white | api: https://api.sosoftbeds.co.uk/api/products/linen-whisper-white
- Tweed Cream | sku: Tweed Cream | slug: tweed-herringbone-cream | api: https://api.sosoftbeds.co.uk/api/products/tweed-herringbone-cream
- Plush Velvet Royal Blue | sku: .Plush Velvet Royal Blue | slug: plush-velvet-royal-blue | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-royal-blue
- Plush Velvet China Blue-Fot | sku: .Plush Velvet China Blue-Fot | slug: plush-velvet-china-blue | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-china-blue
- Plush Velvet Lilac-Fot | sku: .Plush Velvet Lilac-Fot | slug: plush-velvet-lilac | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-lilac
- Mystique Ink. | sku: Mystique Ink. | slug: mystique-gold | api: https://api.sosoftbeds.co.uk/api/products/mystique-gold
- Mystique Dove. | sku: Mystique Dove. | slug: mystique-ink | api: https://api.sosoftbeds.co.uk/api/products/mystique-ink
- Mystique Tangerine. | sku: Mystique Tangerine. | slug: mystique-dove | api: https://api.sosoftbeds.co.uk/api/products/mystique-dove
- Mystique Royal. | sku: Mystique Royal. | slug: mystique-tangerine | api: https://api.sosoftbeds.co.uk/api/products/mystique-tangerine
- Mystique Flame. | sku: Mystique Flame. | slug: mystique-royal | api: https://api.sosoftbeds.co.uk/api/products/mystique-royal
- Mystique Niagara. | sku: Mystique Niagara. | slug: mystique-flame | api: https://api.sosoftbeds.co.uk/api/products/mystique-flame
- Mystic Pumice | sku: Mystic Pumice | slug: mystique-niagara | api: https://api.sosoftbeds.co.uk/api/products/mystique-niagara
- Mystique Lavender. | sku: Mystique Lavender. | slug: mystique-pumice | api: https://api.sosoftbeds.co.uk/api/products/mystique-pumice
- Mystique Amethyst | sku: Mystique Amethyst | slug: mystique-lavender | api: https://api.sosoftbeds.co.uk/api/products/mystique-lavender
- Mystique Cosmic. | sku: Mystique Cosmic. | slug: mystique-amethyst | api: https://api.sosoftbeds.co.uk/api/products/mystique-amethyst
- Mystic slate | sku: Mystic slate | slug: mystique-cosmic-velvet | api: https://api.sosoftbeds.co.uk/api/products/mystique-cosmic-velvet
- Mystique Lead. | sku: Mystique Lead. | slug: mystic-slate-velvet | api: https://api.sosoftbeds.co.uk/api/products/mystic-slate-velvet
- Mystique Silver | sku: Mystique Silver | slug: mystique-lead | api: https://api.sosoftbeds.co.uk/api/products/mystique-lead
- Plush Velvet Emrald Green | sku: .Plush Velvet Emrald Green | slug: emrald-green | api: https://api.sosoftbeds.co.uk/api/products/emrald-green
- Ascot Sand | sku: .Ascot Sand | slug: mystique-silver | api: https://api.sosoftbeds.co.uk/api/products/mystique-silver
- Tweed Pebble | sku: Tweed Pebble | slug: plush-velvet-bottle-green | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-bottle-green
- Tweed Charcoal | sku: Tweed Charcoal | slug: tweed-herringbone-pebble | api: https://api.sosoftbeds.co.uk/api/products/tweed-herringbone-pebble
- Tweed Grey | sku: Tweed Grey | slug: tweed-herringbone-charcoal | api: https://api.sosoftbeds.co.uk/api/products/tweed-herringbone-charcoal
- Naples Purple | sku: .Naples Purple | slug: tweed-herringbone-grey | api: https://api.sosoftbeds.co.uk/api/products/tweed-herringbone-grey
- Naples Cream | sku: .Naples Cream | slug: premium-naples-purple | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-purple
- Naples Grey | sku: .Naples Grey | slug: premium-naples-cream | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-cream
- Naples Mink | sku: .Naples Mink | slug: premium-naples-mink | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-mink
- Naples Biege | sku: .Naples Biege | slug: premium-naples-biege | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-biege
- Naples Pink | sku: .Naples Pink | slug: premium-naples-pink | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-pink
- Naples Salmon | sku: .Naples Salmon | slug: premium-naples-salmon | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-salmon
- Naples Slate | sku: .Naples Slate | slug: premium-naples-slate | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-slate
- Naples Silver | sku: .Naples Silver | slug: premium-naples-silver | api: https://api.sosoftbeds.co.uk/api/products/premium-naples-silver
- Rustique Velvet Slate | sku: .Rustique Velvet Slate | slug: rustique-velvet-slate | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-slate
- Plush Velvet Grey | sku: .Plush Velvet Grey | slug: plush-velvet-grey | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-grey
- Plush Velvet White | sku: .Plush Velvet White | slug: plush-velvet-white | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-white
- Plush Velvet Baby Blue | sku: .Plush Velvet Baby Blue | slug: plush-velvet-baby-blue | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-baby-blue
- Wool Teal | sku: .Wool Teal | slug: wool-teal | api: https://api.sosoftbeds.co.uk/api/products/wool-teal
- Wool Steel | sku: .Wool Steel | slug: wool-steel | api: https://api.sosoftbeds.co.uk/api/products/wool-steel
- Wool Jade | sku: .Wool Jade | slug: wool-jade | api: https://api.sosoftbeds.co.uk/api/products/wool-jade
- Wool Chrome | sku: .Wool Chrome | slug: wool-chrome | api: https://api.sosoftbeds.co.uk/api/products/wool-chrome
- Wool Latte | sku: .Wool Latte | slug: wool-latte | api: https://api.sosoftbeds.co.uk/api/products/wool-latte
- Rustique Velvet Storm Blue | sku: .Rustique Velvet Storm Blue | slug: rustique-velvet-storm-blue | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-storm-blue
- Rustique Velvet Stone | sku: .Rustique Velvet Stone | slug: rustique-velvet-stone | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-stone
- Rustique Velvet Gold | sku: .Rustique Velvet Gold | slug: rustique-velvet-gold | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-gold
- Rustique Velvet Ox Blood | sku: .Rustique Velvet Ox Blood | slug: rustique-velvet-ox-blood | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-ox-blood
- Rustique Velvet Choco Brown | sku: .Rustique Velvet Choco Brown | slug: rustique-velvet-chocolate-brown | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-chocolate-brown
- Linen Teal | sku: .Linen Teal | slug: linen-teal | api: https://api.sosoftbeds.co.uk/api/products/linen-teal
- Linen Copper | sku: .Linen Copper | slug: linen-copper | api: https://api.sosoftbeds.co.uk/api/products/linen-copper
- Linen Black. | sku: .Linen Black | slug: linen-black | api: https://api.sosoftbeds.co.uk/api/products/linen-black
- Linen Barley | sku: .Linen Barley | slug: linen-barley | api: https://api.sosoftbeds.co.uk/api/products/linen-barley
- Ascot Beige | sku: .Ascot Beige | slug: ascot-beige | api: https://api.sosoftbeds.co.uk/api/products/ascot-beige
- Linen Silver Grey | sku: .Linen Silver Grey | slug: linen-sage | api: https://api.sosoftbeds.co.uk/api/products/linen-sage
- Ascot Denim | sku: .Ascot Denim | slug: ascot-denim | api: https://api.sosoftbeds.co.uk/api/products/ascot-denim
- Ascot Teal. | sku: .Ascot Teal | slug: ascot-teal | api: https://api.sosoftbeds.co.uk/api/products/ascot-teal
- Ascot Silver Grey | sku: .Ascot Silver Grey | slug: ascot-silver-grey | api: https://api.sosoftbeds.co.uk/api/products/ascot-silver-grey
- Ascot Charcoal | sku: .Ascot Charcoal | slug: ascot-charcoal-grey | api: https://api.sosoftbeds.co.uk/api/products/ascot-charcoal-grey
- Plush Velvet Duck Egg | sku: .Plush Velvet Duck Egg | slug: plush-velvet-duck-egg | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-duck-egg
- Plush Velvet Maroon Red | sku: .Plush Velvet Maroon Red | slug: plush-velvet-maroon-red | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-maroon-red
- Plush Velvet Ivory | sku: .Plush Velvet Ivory | slug: plush-velvet-ivory | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-ivory
- Plush Baby Pink | sku: .Plush Baby Pink | slug: plush-velvet-baby-pink | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-baby-pink
- Plush Velvet Beige | sku: .Plush Velvet Beige | slug: plush-velvet-beige | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-beige
- Crush Velvet Mink | sku: .Crush Velvet Mink | slug: crush-velvet-mink-2 | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-mink-2
- Plush Velvet Maroon | sku: .Plush Velvet Maroon | slug: plush-velvet-maroon | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-maroon
- Plush Velvet Mustard | sku: .Plush Velvet Mustard | slug: plush-velvet-mustard | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-mustard
- Plush Velvet Steel | sku: .Plush Velvet Steel | slug: plush-velvet-steel | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-steel
- Plush Velvet Silver | sku: .Plush Velvet Silver | slug: plush-velvet-silver | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-silver
- Plush Velvet Black | sku: .Plush Velvet Black | slug: plush-velvet-black | api: https://api.sosoftbeds.co.uk/api/products/plush-velvet-black
- Crush Velvet Blue | sku: .Crush Velvet Blue | slug: crush-velvet-blue | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-blue
- Crush Velvet Ivory | sku: .Crush Velvet Ivory | slug: crush-velvet-ivory | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-ivory
- Crush Velvet Champaign | sku: .Crush Velvet Champaign | slug: crush-velvet-champaign | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-champaign
- Crush Velvet Black | sku: .Crush Velvet Black | slug: crush-velvet-black | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-black
- Crush Velvet Ice Silver | sku: .Crush Velvet Ice Silver | slug: crush-velvet-ice-silver | api: https://api.sosoftbeds.co.uk/api/products/crush-velvet-ice-silver
- Chenille Teal | sku: .Chenille Teal | slug: chenille-teal | api: https://api.sosoftbeds.co.uk/api/products/chenille-teal
- Chenille Beige | sku: .Chenille Beige | slug: chenille-beige | api: https://api.sosoftbeds.co.uk/api/products/chenille-beige
- Chenille Cream | sku: .Chenille Cream | slug: chenille-cream | api: https://api.sosoftbeds.co.uk/api/products/chenille-cream
- Chenille Black | sku: .Chenille Black | slug: chenille-black | api: https://api.sosoftbeds.co.uk/api/products/chenille-black
- Chenille Charcoal | sku: .Chenille Charcoal | slug: chenille-charcoal | api: https://api.sosoftbeds.co.uk/api/products/chenille-charcoal
- Chenille Light Grey | sku: .Chenille Light Grey | slug: chenille-light-grey | api: https://api.sosoftbeds.co.uk/api/products/chenille-light-grey
- Rustique Velvet Turquoise | sku: .Rustique Velvet Turquoise | slug: rustique-velvet-turquoise | api: https://api.sosoftbeds.co.uk/api/products/rustique-velvet-turquoise

## Categories

- Adjustable Beds | slug: adjustable-beds | products: 5
- Bed Frames | slug: bed-frames | products: 35
- Beds | slug: beds | products: 80
- Collections | slug: collections | products: 37
- Divan Base Only | slug: divan-base-only | products: 11
- Headboards | slug: headboards | products: 11
- Mattresses | slug: mattresses | products: 42
- Ottoman Storage Box | slug: ottoman-storage-box | products: 1
- Spare Parts | slug: spare-parts | products: 3
- 2000 Mini Pocket Royal Range | slug: mattresses/2000-mini-pocket-royal-range | products: 1
- Adjustable beds | slug: collections/adjustable-beds | products: 3
- Adjustable Beds | slug: beds/adjustable-beds | products: 5
- Adjustable Beds With Storage | slug: adjustable-beds/adjustable-beds-with-storage | products: 4
- Bed By Size | slug: beds/bed-by-size | products: 50
- Bi-seasonal Sprung Memory | slug: mattresses/bi-seasonal-sprung-memory | products: 1
- Cool Gel | slug: mattresses/cool-gel | products: 11
- Cotton & Wool | slug: mattresses/cotton-wool | products: 3
- Divan Beds | slug: beds/divan-beds | products: 47
- Double Adjustable Beds | slug: adjustable-beds/double-adjustable-beds | products: 4
- Double beds | slug: collections/double-beds | products: 24
- Double Ottoman Beds | slug: collections/double-ottoman-beds | products: 8
- Dual Adjustable Beds | slug: adjustable-beds/dual-adjustable-beds | products: 4
- Electric Ottoman Adjustable Beds | slug: adjustable-beds/electric-ottoman-adjustable-beds | products: 4
- Electric Ottoman Bed | slug: beds/electric-ottoman-bed | products: 3
- Furniture | slug: home-and-garden/furniture | products: 62
- Home and Garden | slug: beds/home-and-garden | products: 71
- King Size Bed Frames | slug: bed-frames/king-size-bed-frames | products: 10
- King size beds | slug: collections/king-size-beds | products: 18
- King Size Ottoman Bed | slug: collections/king-size-ottoman-beds | products: 12
- Latex Mattresses | slug: mattresses/latex-mattresses | products: 10
- Mattress By Size | slug: mattresses/mattress-by-size | products: 31
- Mattress Firmness | slug: mattresses/mattress-firmness | products: 37
- Mattress Tension Guide | slug: mattresses/mattress-tension-guide | products: 22
- Mattress Type | slug: mattresses/mattress-type | products: 42
- Memory foam Mattresses | slug: mattresses/memory-foam-mattresses | products: 17
- Ottoman Beds | slug: beds/ottoman-beds | products: 55
- Pocket Spring 3000 | slug: mattresses/pocket-spring-3000 | products: 14
- Pocket Spring 5000 | slug: mattresses/pocket-spring-5000 | products: 3
- Pocket Spring Mattress 1000 | slug: mattresses/pocket-spring-mattress-1000 | products: 7
- Pocket Spring Mattress 2000 | slug: mattresses/pocket-spring-mattress-2000 | products: 14
- Pocket Spring Mattresses | slug: mattresses/pocket-spring-mattresses | products: 20
- Quilted Puffin | slug: mattresses/quilted-puffin | products: 3
- side or back sleeper | slug: mattresses/side-or-back-sleeper | products: 17
- Single Adjustable Beds | slug: adjustable-beds/single-adjustable-beds | products: 4
- Single beds | slug: collections/single-beds | products: 4
- Single Mattresses (3ft) | slug: mattresses/single-mattresses-3ft | products: 25
- Small double beds | slug: collections/small-double-beds | products: 8
- Small Double Mattresses (4ft) | slug: mattresses/small-double-mattresses-4ft | products: 25
- Storage Bed Frames | slug: bed-frames/storage-bed-frames | products: 12
- Storage Beds | slug: beds/storage-beds | products: 37
- Super king beds | slug: collections/super-king-beds | products: 5
- Super King Ottoman Bed | slug: collections/super-king-ottoman-beds | products: 9
- Upholstered Bed Frames | slug: bed-frames/upholstered-bed-frames | products: 24
- Visco Foam Mattresses | slug: mattresses/visco-foam-mattresses | products: 2
- 1 - Soft - Side Sleepers | slug: mattresses/mattress-tension-guide/1-soft-side-sleepers | products: 2
- 2 - Soft | slug: mattresses/mattress-tension-guide/2-soft | products: 11
- 3 - Medium - Front | slug: mattresses/mattress-tension-guide/3-medium-front | products: 18
- 4 - Medium | slug: mattresses/mattress-tension-guide/4-medium | products: 8
- 5 - Medium Comfort - Suitable for All Positions | slug: mattresses/mattress-tension-guide/5-medium-comfort-suitable-for-all-positions | products: 8
- Cool Gel | slug: mattresses/mattress-type/cool-gel | products: 11
- Double Mattress (4ft6) | slug: mattresses/mattress-by-size/double-mattress-4ft6 | products: 25
- End Lift Ottoman Bed | slug: beds/ottoman-beds/end-lift-ottoman-bed | products: 48
- Extra Deep Ottoman Beds | slug: beds/ottoman-beds/extra-deep-ottoman-beds | products: 48
- furniture | slug: beds/home-and-garden/furniture | products: 50
- Grey Ottoman Beds | slug: beds/ottoman-beds/grey-ottoman-beds | products: 35
- Home and Garden - Other | slug: beds/home-and-garden/home-and-garden-other | products: 41
- King Size 5ft | slug: beds/bed-by-size/king-size-5ft | products: 50
- Kingsize Mattress (5ft) | slug: mattresses/mattress-by-size/kingsize-mattress-5ft | products: 25
- Latex | slug: mattresses/mattress-type/latex | products: 10
- Medium | slug: mattresses/mattress-firmness/medium | products: 11
- Medium - Firm | slug: mattresses/mattress-firmness/medium-firm | products: 10
- Memory Foam | slug: mattresses/mattress-type/memory-foam | products: 9
- Orthopaedic | slug: mattresses/mattress-firmness/orthopaedic | products: 7
- Ottoman Base Without Headboard | slug: beds/ottoman-beds/ottoman-base-without-headboard | products: 4
- Pillow Top Mattresses | slug: mattresses/mattress-type/pillow-top-mattresses | products: 16
- Pocket Sprung | slug: mattresses/mattress-type/pocket-sprung | products: 34
- Side Lift Ottoman Bed | slug: beds/ottoman-beds/side-lift-ottoman-bed | products: 51
- Single 3ft | slug: beds/bed-by-size/single-3ft | products: 46
- Single Ottoman Beds | slug: beds/ottoman-beds/single-ottoman-beds | products: 28
- Small Double Beds | slug: beds/bed-by-size/small-double-4ft | products: 45
- Small Double Ottoman Beds - 4ft Storage Beds | SoSoftBeds | | slug: beds/ottoman-beds/small-double-ottoman-beds | products: 16
- Small Single 2ft6 | slug: beds/bed-by-size/small-single-2ft6 | products: 11
- Small Single Mattresses (2ft6) | slug: mattresses/mattress-by-size/small-single-mattresses-2ft6 | products: 28
- Soft | slug: mattresses/mattress-firmness/soft | products: 9
- Soft - Medium | slug: mattresses/mattress-firmness/soft-medium | products: 15
- Standard Double 4ft6 | slug: beds/bed-by-size/double-4ft6 | products: 46
- Super Deep Ottoman Beds | slug: beds/ottoman-beds/super-deep-ottoman-beds | products: 45
- Super King Beds 6ft | slug: beds/bed-by-size/super-king-6ft | products: 46
- Superking Mattress (6ft) | slug: mattresses/mattress-by-size/superking-mattress-6ft | products: 28
- Wide Headboard Beds | slug: beds/ottoman-beds/wide-headboard-beds | products: 3
- Bed Frames | slug: beds/home-and-garden/home-and-garden-other/bed-frames | products: 40
- Beds | slug: beds/home-and-garden/home-and-garden-other/beds | products: 1
- Divan Beds | slug: beds/home-and-garden/furniture/divan-beds | products: 17
- Firm - Suitable for people who change positions | slug: mattresses/mattress-tension-guide/4-medium/firm-suitable-for-people-who-change-positions | products: 8
- Headboards | slug: beds/home-and-garden/furniture/headboards | products: 11
- Medium | slug: mattresses/mattress-tension-guide/2-soft/medium | products: 11
- Ottoman Beds | slug: beds/home-and-garden/furniture/ottoman-beds | products: 97
- Wingback Beds | slug: beds/home-and-garden/furniture/wingback-beds | products: 15
- Order Swatches | slug: order-swatches | products: 107

## Content Pages And Blog Posts

- SoSoft Beds UK | Premium Beds, Ottoman Beds, Adjustable Beds & Mattresses | Free Delivery | type: cms_page | slug: home | api: https://api.sosoftbeds.co.uk/api/content-pages/home
- Privacy and Cookie Policy | type: cms_page | slug: privacy-policy | api: https://api.sosoftbeds.co.uk/api/content-pages/privacy-policy
- Flexible Payment Options for Adjustable Beds, Mattresses & Ottoman Beds | Easy & Secure | type: cms_page | slug: payment-options | api: https://api.sosoftbeds.co.uk/api/content-pages/payment-options
- Shipping Policy - Free Shipping & Fast Delivery | SoSoftBeds | type: cms_page | slug: shipping-policy | api: https://api.sosoftbeds.co.uk/api/content-pages/shipping-policy
- Fitting Instructions for Ottoman Beds & Bed Frames | Easy Assembly Guide | type: cms_page | slug: ottoman-bed-fitting-instructions | api: https://api.sosoftbeds.co.uk/api/content-pages/ottoman-bed-fitting-instructions
- Ottoman Bed, Mattresses & Adjustable Beds | Comfortable & Stylish Sleep Solutions | type: cms_page | slug: about-us | api: https://api.sosoftbeds.co.uk/api/content-pages/about-us
- Flexible Shipping Methods for Adjustable Beds, Mattresses & Bed Frames | Fast & Reliable Delivery | type: cms_page | slug: shipment-method | api: https://api.sosoftbeds.co.uk/api/content-pages/shipment-method
- Warranty Information for Adjustable Beds, Mattresses & Ottoman Beds | Peace of Mind Guaranteed | type: cms_page | slug: warranty | api: https://api.sosoftbeds.co.uk/api/content-pages/warranty
- Terms & Conditions for Adjustable Beds, Mattresses & Ottoman Beds | Shop with Confidence | type: cms_page | slug: terms-and-conditions | api: https://api.sosoftbeds.co.uk/api/content-pages/terms-and-conditions
- Customer Photos Ottoman Beds | type: cms_page | slug: customer-photos-ottoman-beds | api: https://api.sosoftbeds.co.uk/api/content-pages/customer-photos-ottoman-beds
- Adjustable Beds Customer Photos | type: cms_page | slug: adjustable-beds-customer-photos | api: https://api.sosoftbeds.co.uk/api/content-pages/adjustable-beds-customer-photos
- Customer Photos Galleries | type: cms_page | slug: customer-photos-galleries | api: https://api.sosoftbeds.co.uk/api/content-pages/customer-photos-galleries
- Customer Photos Electric Ottoman Beds | type: cms_page | slug: customer-photos-electric-ottoman-beds | api: https://api.sosoftbeds.co.uk/api/content-pages/customer-photos-electric-ottoman-beds
- Customer Photos Headboard Designs | type: cms_page | slug: customer-photos-headboard-designs | api: https://api.sosoftbeds.co.uk/api/content-pages/customer-photos-headboard-designs
- Ottoman Storage Box customer Photo Gallery | type: cms_page | slug: ottoman-storage-box-customer-photo-gallery | api: https://api.sosoftbeds.co.uk/api/content-pages/ottoman-storage-box-customer-photo-gallery
- Fitting Instructions for Ottoman Beds & Bed Frames | Easy Assembly Guide | type: cms_page | slug: ottoman-bed-gas-lift-instructions | api: https://api.sosoftbeds.co.uk/api/content-pages/ottoman-bed-gas-lift-instructions
- Ottoman Bed Sizes & Dimensions | Complete Guide | type: cms_page | slug: ottoman-bed-base-size | api: https://api.sosoftbeds.co.uk/api/content-pages/ottoman-bed-base-size
- Ottoman Bed FAQ - Your Questions Answered | SoSoft Beds | type: cms_page | slug: ottoman-bed-faq | api: https://api.sosoftbeds.co.uk/api/content-pages/ottoman-bed-faq
- Choose Your Adjustable Bed - Electric, Twin & Storage | SoSoftBeds | type: cms_page | slug: choose-your-adjustable-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/choose-your-adjustable-bed
- Blog | type: blog_index | slug: blog | api: https://api.sosoftbeds.co.uk/api/content-pages/blog
- History of Beds | type: blog_post | slug: blog/post/history-of-beds | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/history-of-beds
- What is a Divan Bed? | type: blog_post | slug: blog/post/what-is-a-divan-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/what-is-a-divan-bed
- Why should I choose electric ottoman over hydraulic operated ottoman bed? | type: blog_post | slug: blog/post/why-should-i-choose-electric-ottoman-over-hydraulic-operated-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/why-should-i-choose-electric-ottoman-over-hydraulic-operated-ottoman-bed
- Are ottoman beds ok for heavy people? | type: blog_post | slug: blog/post/are-ottoman-beds-ok-for-heavy-people | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/are-ottoman-beds-ok-for-heavy-people
- Do all ottoman beds creak? | type: blog_post | slug: blog/post/do-all-ottoman-beds-creak | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/do-all-ottoman-beds-creak
- Can Any Mattress Go on an Ottoman Bed? | type: blog_post | slug: blog/post/can-any-mattress-go-on-an-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/can-any-mattress-go-on-an-ottoman-bed
- What are the disadvantages of an ottoman bed? | type: blog_post | slug: blog/post/what-are-the-disadvantages-of-an-ottoman-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/what-are-the-disadvantages-of-an-ottoman-bed
- Is a Ottoman Bed Better Then a Divan | type: blog_post | slug: blog/post/is-a-ottoman-bed-better-then-a-divan1.html | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/is-a-ottoman-bed-better-then-a-divan1.html
- Solid Top Ottoman Beds vs Slatted Ottoman Beds | type: blog_post | slug: blog/post/solid-top-ottoman-beds-vs-slatted-ottoman-beds.html | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/solid-top-ottoman-beds-vs-slatted-ottoman-beds.html
- What are the Pros And Cons of adjustable beds | type: blog_post | slug: blog/post/what-are-the-disadvantages-of-an-adjustable-bed | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/what-are-the-disadvantages-of-an-adjustable-bed
- What are the disadvantages of an ottoman bed? | type: blog_post | slug: blog/post/what-are-the-disadvantages-of-an-ottoman-bed-what-are-ottoman-beds-are-ottoman-beds-ok-for-heavy-peo | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/what-are-the-disadvantages-of-an-ottoman-bed-what-are-ottoman-beds-are-ottoman-beds-ok-for-heavy-peo
- Adjustable Ottoman Beds, Creating the perfect Sleep Sanctuary | type: blog_post | slug: blog/post/adjustable-ottoman-beds-why-they-are-excellet-for-back-pain-relief-creating-the-perfect-sleep-sanctu | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/adjustable-ottoman-beds-why-they-are-excellet-for-back-pain-relief-creating-the-perfect-sleep-sanctu
- From the history of bedding | type: blog_post | slug: blog/post/from-the-history-of-bedding | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/from-the-history-of-bedding
- The history of the mattress from the beginning to the present day | type: blog_post | slug: blog/post/the-history-of-the-mattress-from-the-beginningto-the-present-day | api: https://api.sosoftbeds.co.uk/api/content-pages/blog/post/the-history-of-the-mattress-from-the-beginningto-the-present-day
