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

# /sofmap/products

> Get full Sofmap (ソフマップ) product details by product number or product URL: name, brand, maker, model number, JAN code, colour, images, tax-included and tax-excluded price, Sofmap point reward, second-hand condition rank and bundled accessories, stock and shipping lines, the shop that carries the item, release date, the full product description, spec table, category breadcrumbs, rating and review count, the number and starting price of second-hand copies, the same model in its other colours and sizes, and the products shown alongside it.

**Price:** 1 credit

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



## OpenAPI

````yaml /openapi/e-commerce-marketplaces.json post /api/sofmap/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/sofmap/products:
    post:
      tags:
        - /sofmap
      summary: /sofmap/products
      description: >-
        Get full Sofmap (ソフマップ) product details by product number or product
        URL: name, brand, maker, model number, JAN code, colour, images,
        tax-included and tax-excluded price, Sofmap point reward, second-hand
        condition rank and bundled accessories, stock and shipping lines, the
        shop that carries the item, release date, the full product description,
        spec table, category breadcrumbs, rating and review count, the number
        and starting price of second-hand copies, the same model in its other
        colours and sizes, and the products shown alongside it.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Product not found (well-formed product number
        but no such product on sofmap.com)
      operationId: __api_sofmap_products_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SofmapProductsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SofmapProduct'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    SofmapProductsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        product:
          type: string
      type: object
      required:
        - product
    SofmapProduct:
      properties:
        '@type':
          type: string
          default: SofmapProduct
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        maker:
          anyOf:
            - type: string
            - type: 'null'
        model_number:
          anyOf:
            - type: string
            - type: 'null'
        jan:
          anyOf:
            - type: string
            - type: 'null'
        color:
          anyOf:
            - type: string
            - type: 'null'
        product_type:
          $ref: '#/components/schemas/SofmapProductType'
          default: new
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        view_360_url:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        price_without_tax:
          anyOf:
            - type: number
            - type: 'null'
        tax:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          type: string
          default: JPY
        point:
          anyOf:
            - type: integer
            - type: 'null'
        point_note:
          anyOf:
            - type: string
            - type: 'null'
        used_rank:
          anyOf:
            - $ref: '#/components/schemas/SofmapUsedRank'
            - type: 'null'
        used_rank_description:
          anyOf:
            - type: string
            - type: 'null'
        accessories:
          anyOf:
            - type: string
            - type: 'null'
        stock_status:
          anyOf:
            - type: string
            - type: 'null'
        stock_message:
          anyOf:
            - type: string
            - type: 'null'
        availability_note:
          anyOf:
            - type: string
            - type: 'null'
        purchase_limit:
          anyOf:
            - type: string
            - type: 'null'
        shipping_fee:
          anyOf:
            - type: number
            - type: 'null'
        shipping_group:
          anyOf:
            - type: string
            - type: 'null'
        shipping_message:
          anyOf:
            - type: string
            - type: 'null'
        store:
          anyOf:
            - $ref: '#/components/schemas/SofmapCardStore'
            - type: 'null'
        release_date:
          anyOf:
            - type: string
            - type: 'null'
        release_date_text:
          anyOf:
            - type: string
            - type: 'null'
        maker_release_date:
          anyOf:
            - type: string
            - type: 'null'
        maker_release_date_text:
          anyOf:
            - type: string
            - type: 'null'
        headline:
          anyOf:
            - type: string
            - type: 'null'
        notes:
          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'
        category:
          anyOf:
            - type: string
            - type: 'null'
        category_id:
          anyOf:
            - type: string
            - type: 'null'
        breadcrumbs:
          items:
            type: string
          type: array
          default: []
        specs:
          additionalProperties:
            type: string
          type: object
          default: {}
        used_count:
          anyOf:
            - type: integer
            - type: 'null'
        used_price_from:
          anyOf:
            - type: number
            - type: 'null'
        used_url:
          anyOf:
            - type: string
            - type: 'null'
        variations:
          items:
            $ref: '#/components/schemas/SofmapRelatedProduct'
          type: array
          default: []
        related_products:
          items:
            $ref: '#/components/schemas/SofmapRelatedProduct'
          type: array
          default: []
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    SofmapProductType:
      type: string
      enum:
        - all
        - new
        - used
    SofmapUsedRank:
      type: string
      enum:
        - S
        - A
        - B
        - C
        - D
        - E
    SofmapCardStore:
      properties:
        '@type':
          type: string
          default: SofmapCardStore
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    SofmapRelatedProduct:
      properties:
        '@type':
          type: string
          default: SofmapRelatedProduct
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        point:
          anyOf:
            - type: integer
            - type: 'null'
        stock_message:
          anyOf:
            - type: string
            - type: 'null'
      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
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````