> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /jumbo/products

> Get full Jumbo.com product details by product id (SKU) or product URL: title, brand, EAN, category hierarchy, description, images, current price, regular price during promotions, price per unit, availability, ingredients, allergens, nutrition table, Nutri-Score, storage and preparation info, origin, manufacturer, promotions, badges and related products.

**Price:** 1 credit

**⚠️ Common errors:** 412: Product not found (well-formed but nonexistent SKU)



## OpenAPI

````yaml /openapi/e-commerce-marketplaces.json post /api/jumbo/products
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/jumbo/products:
    post:
      tags:
        - /jumbo
      summary: /jumbo/products
      description: >-
        Get full Jumbo.com product details by product id (SKU) or product URL:
        title, brand, EAN, category hierarchy, description, images, current
        price, regular price during promotions, price per unit, availability,
        ingredients, allergens, nutrition table, Nutri-Score, storage and
        preparation info, origin, manufacturer, promotions, badges and related
        products.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Product not found (well-formed but
        nonexistent SKU)
      operationId: __api_jumbo_products_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/JumboProductsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/JumboProduct'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    JumboProductsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        product:
          type: string
          minLength: 1
      type: object
      required:
        - product
    JumboProduct:
      properties:
        '@type':
          type: string
          default: JumboProduct
        id:
          type: string
        ean:
          anyOf:
            - type: string
            - type: 'null'
        subtitle:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        brand_url:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        categories:
          items:
            $ref: '#/components/schemas/JumboCategory'
          type: array
          default: []
        url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        price:
          anyOf:
            - type: number
            - type: 'null'
        list_price:
          anyOf:
            - type: number
            - type: 'null'
        price_per_unit:
          anyOf:
            - type: number
            - type: 'null'
        price_unit:
          anyOf:
            - type: string
            - type: 'null'
        availability:
          anyOf:
            - $ref: '#/components/schemas/JumboAvailability'
            - type: 'null'
        ingredients:
          anyOf:
            - type: string
            - type: 'null'
        allergens_contains:
          items:
            type: string
          type: array
          default: []
        allergens_may_contain:
          items:
            type: string
          type: array
          default: []
        nutrition_table:
          anyOf:
            - $ref: '#/components/schemas/JumboNutritionTable'
            - type: 'null'
        nutriscore:
          anyOf:
            - type: string
            - type: 'null'
        nutriscore_image:
          anyOf:
            - type: string
            - type: 'null'
        storage:
          anyOf:
            - type: string
            - type: 'null'
        recycling:
          anyOf:
            - type: string
            - type: 'null'
        preparation_and_usage:
          anyOf:
            - type: string
            - type: 'null'
        origin:
          anyOf:
            - type: string
            - type: 'null'
        regulated_product_name:
          anyOf:
            - type: string
            - type: 'null'
        additives:
          anyOf:
            - type: string
            - type: 'null'
        nutrition_health_claims:
          anyOf:
            - type: string
            - type: 'null'
        alcohol_by_volume:
          anyOf:
            - type: number
            - type: 'null'
        mandatory_information:
          anyOf:
            - type: string
            - type: 'null'
        safety:
          anyOf:
            - type: string
            - type: 'null'
        safety_warning:
          anyOf:
            - type: string
            - type: 'null'
        drained_weight:
          anyOf:
            - type: number
            - type: 'null'
        fish_catch_area:
          anyOf:
            - type: string
            - type: 'null'
        fish_origin:
          anyOf:
            - type: string
            - type: 'null'
        fish_place_of_provenance:
          anyOf:
            - type: string
            - type: 'null'
        place_of_rearing:
          anyOf:
            - type: string
            - type: 'null'
        place_of_slaughter:
          anyOf:
            - type: string
            - type: 'null'
        place_of_birth:
          anyOf:
            - type: string
            - type: 'null'
        manufacturer:
          anyOf:
            - $ref: '#/components/schemas/JumboManufacturer'
            - type: 'null'
        promotions:
          items:
            $ref: '#/components/schemas/JumboPromotion'
          type: array
          default: []
        badges:
          items:
            $ref: '#/components/schemas/JumboBadge'
          type: array
          default: []
        characteristics:
          items:
            $ref: '#/components/schemas/JumboCharacteristic'
          type: array
          default: []
        is_medicine:
          type: boolean
          default: false
        is_retail_set:
          type: boolean
          default: false
        replacement_product_url:
          anyOf:
            - type: string
            - type: 'null'
        alternatives:
          items:
            $ref: '#/components/schemas/JumboRelatedProduct'
          type: array
          default: []
        cross_sells:
          items:
            $ref: '#/components/schemas/JumboRelatedProduct'
          type: array
          default: []
        retail_set_products:
          items:
            $ref: '#/components/schemas/JumboRelatedProduct'
          type: array
          default: []
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    JumboCategory:
      properties:
        '@type':
          type: string
          default: JumboCategory
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboAvailability:
      properties:
        '@type':
          type: string
          default: JumboAvailability
        status:
          anyOf:
            - type: string
            - type: 'null'
        is_available:
          anyOf:
            - type: boolean
            - type: 'null'
        label:
          anyOf:
            - type: string
            - type: 'null'
        stock_limit:
          anyOf:
            - type: integer
            - type: 'null'
        reason:
          anyOf:
            - type: string
            - type: 'null'
        note:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboNutritionTable:
      properties:
        '@type':
          type: string
          default: JumboNutritionTable
        columns:
          items:
            type: string
          type: array
          default: []
        rows:
          items:
            items:
              type: string
            type: array
          type: array
          default: []
      type: object
    JumboManufacturer:
      properties:
        '@type':
          type: string
          default: JumboManufacturer
        address:
          anyOf:
            - type: string
            - type: 'null'
        phone:
          anyOf:
            - type: string
            - type: 'null'
        website:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboPromotion:
      properties:
        '@type':
          type: string
          default: JumboPromotion
        id:
          type: string
        tags:
          items:
            type: string
          type: array
          default: []
        group:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        duration:
          anyOf:
            - type: string
            - type: 'null'
        start:
          anyOf:
            - $ref: '#/components/schemas/JumboPromotionDate'
            - type: 'null'
        end:
          anyOf:
            - $ref: '#/components/schemas/JumboPromotionDate'
            - type: 'null'
        max_quantity:
          anyOf:
            - type: integer
            - type: 'null'
        volume_discounts:
          items:
            $ref: '#/components/schemas/JumboVolumeDiscount'
          type: array
          default: []
        is_kies_and_mix:
          type: boolean
          default: false
      type: object
      required:
        - id
    JumboBadge:
      properties:
        '@type':
          type: string
          default: JumboBadge
        text:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboCharacteristic:
      properties:
        '@type':
          type: string
          default: JumboCharacteristic
        name:
          anyOf:
            - type: string
            - type: 'null'
        value:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboRelatedProduct:
      properties:
        '@type':
          type: string
          default: JumboRelatedProduct
        id:
          type: string
        subtitle:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        list_price:
          anyOf:
            - type: number
            - type: 'null'
        price_per_unit:
          anyOf:
            - type: number
            - type: 'null'
        price_unit:
          anyOf:
            - type: string
            - type: 'null'
        is_available:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
      required:
        - id
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
    JumboPromotionDate:
      properties:
        '@type':
          type: string
          default: JumboPromotionDate
        date:
          anyOf:
            - type: integer
            - type: 'null'
        day_short:
          anyOf:
            - type: string
            - type: 'null'
        month_short:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    JumboVolumeDiscount:
      properties:
        '@type':
          type: string
          default: JumboVolumeDiscount
        volume:
          anyOf:
            - type: string
            - type: 'null'
        discount:
          anyOf:
            - type: string
            - type: 'null'
      type: object
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````