> ## 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.

# /biccamera/products

> Get full Bic Camera (ビックカメラ) product details by item id or item URL: name, brand, maker and the manufacturer's own product page, model number, colour, images, tax-included and tax-excluded price, manufacturer list price, BicPoint reward, availability, shipping and delivery messages, release date, warranty period, description, long feature copy with the manual and catalogue links, spec table, category breadcrumbs, rank inside its category, rating and review count, second-hand offer count and starting price, campaigns, the colour/capacity/size variations of the same model and the accessories bundled with it.

**Price:** 1 credit

**⚠️ Common errors:** 412: Product not found (well-formed item id but no such product on biccamera.com)



## OpenAPI

````yaml /openapi/e-commerce-marketplaces.json post /api/biccamera/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/biccamera/products:
    post:
      tags:
        - /biccamera
      summary: /biccamera/products
      description: >-
        Get full Bic Camera (ビックカメラ) product details by item id or item URL:
        name, brand, maker and the manufacturer's own product page, model
        number, colour, images, tax-included and tax-excluded price,
        manufacturer list price, BicPoint reward, availability, shipping and
        delivery messages, release date, warranty period, description, long
        feature copy with the manual and catalogue links, spec table, category
        breadcrumbs, rank inside its category, rating and review count,
        second-hand offer count and starting price, campaigns, the
        colour/capacity/size variations of the same model and the accessories
        bundled with it.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Product not found (well-formed item id but no
        such product on biccamera.com)
      operationId: __api_biccamera_products_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BiccameraProductsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BiccameraProduct'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    BiccameraProductsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        product:
          type: string
      type: object
      required:
        - product
    BiccameraProduct:
      properties:
        '@type':
          type: string
          default: BiccameraProduct
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        maker:
          anyOf:
            - type: string
            - type: 'null'
        maker_url:
          anyOf:
            - type: string
            - type: 'null'
        seller:
          anyOf:
            - type: string
            - type: 'null'
        model_number:
          anyOf:
            - type: string
            - type: 'null'
        color:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        price:
          anyOf:
            - type: number
            - type: 'null'
        price_without_tax:
          anyOf:
            - type: number
            - type: 'null'
        list_price:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          type: string
          default: JPY
        availability:
          anyOf:
            - type: string
            - type: 'null'
        is_discontinued:
          type: boolean
          default: false
        point:
          anyOf:
            - type: integer
            - type: 'null'
        point_value:
          anyOf:
            - type: integer
            - type: 'null'
        point_percent:
          anyOf:
            - type: number
            - type: 'null'
        shipping_message:
          anyOf:
            - type: string
            - type: 'null'
        delivery_message:
          anyOf:
            - type: string
            - type: 'null'
        stock_message:
          anyOf:
            - type: string
            - type: 'null'
        release_date:
          anyOf:
            - type: string
            - type: 'null'
        warranty_period:
          anyOf:
            - type: string
            - type: 'null'
        features:
          anyOf:
            - type: string
            - type: 'null'
        manual_url:
          anyOf:
            - type: string
            - type: 'null'
        catalog_url:
          anyOf:
            - type: string
            - type: 'null'
        notes:
          anyOf:
            - type: string
            - type: 'null'
        notices:
          items:
            type: string
          type: array
          default: []
        category:
          anyOf:
            - type: string
            - type: 'null'
        category_id:
          anyOf:
            - type: string
            - type: 'null'
        breadcrumbs:
          items:
            type: string
          type: array
          default: []
        category_rank:
          anyOf:
            - type: integer
            - type: 'null'
        ranking_url:
          anyOf:
            - type: string
            - type: 'null'
        rating:
          anyOf:
            - type: number
            - type: 'null'
        review_count:
          anyOf:
            - type: integer
            - type: 'null'
        review_url:
          anyOf:
            - type: string
            - type: 'null'
        used_count:
          anyOf:
            - type: integer
            - type: 'null'
        used_price_from:
          anyOf:
            - type: number
            - type: 'null'
        installation_fee:
          anyOf:
            - type: number
            - type: 'null'
        trade_in_url:
          anyOf:
            - type: string
            - type: 'null'
        store_stock_url:
          anyOf:
            - type: string
            - type: 'null'
        campaigns:
          items:
            type: string
          type: array
          default: []
        variations:
          items:
            $ref: '#/components/schemas/BiccameraVariationAxis'
          type: array
          default: []
        bundle_items:
          items:
            $ref: '#/components/schemas/BiccameraBundleItem'
          type: array
          default: []
        bundle_total_price:
          anyOf:
            - type: number
            - type: 'null'
        spec_labels:
          items:
            type: string
          type: array
          default: []
        badges:
          items:
            type: string
          type: array
          default: []
        specs:
          additionalProperties:
            type: string
          type: object
          default: {}
        video_url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    BiccameraVariationAxis:
      properties:
        '@type':
          type: string
          default: BiccameraVariationAxis
        name:
          type: string
        selected:
          anyOf:
            - type: string
            - type: 'null'
        options:
          items:
            $ref: '#/components/schemas/BiccameraVariationOption'
          type: array
          default: []
      type: object
      required:
        - name
    BiccameraBundleItem:
      properties:
        '@type':
          type: string
          default: BiccameraBundleItem
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        point:
          anyOf:
            - type: integer
            - type: 'null'
        is_current:
          type: boolean
          default: false
      type: object
      required:
        - id
        - url
    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
    BiccameraVariationOption:
      properties:
        '@type':
          type: string
          default: BiccameraVariationOption
        id:
          type: string
        url:
          type: string
        name:
          type: string
        price:
          anyOf:
            - type: number
            - type: 'null'
        stock_message:
          anyOf:
            - type: string
            - type: 'null'
        is_current:
          type: boolean
          default: false
      type: object
      required:
        - id
        - url
        - name
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````