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

# Update stock

> Updates the details of an existing stock entry identified by its unique ID. This endpoint allows modifying stock quantities, warehouse assignments, or related metadata. It returns the updated stock data upon success and ensures accurate inventory synchronization.



## OpenAPI

````yaml PUT /2023-11/admin/stocks/{id}
openapi: 3.0.3
info:
  title: Genuka V2 - API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api-staging.genuka.com
  - url: https://api.genuka.com
security:
  - bearerAuth: []
tags:
  - name: Public Routes
  - name: Pages
  - name: Collections
  - name: Shops
  - name: Products
  - name: Articles
  - name: Discounts
  - name: Blogs
  - name: Company
  - name: Review
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Private Routes
  - name: Authentication
  - name: Apps
  - name: Accounting
  - name: Addresses
  - name: Customer
  - name: Analytics
  - name: Articles1
  - name: Availabilities
  - name: API Keys
  - name: Orders
  - name: Bills
  - name: Blogs1
  - name: Calendar Events
  - name: Collections1
  - name: Company1
  - name: Customers
  - name: Deliveries
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Discount
  - name: Domains
    description: |-
      ``` json
      {
      "domain": "",
      "company_id": ""
      }

       ```
  - name: Analytics1
  - name: Orders1
  - name: Payments
  - name: Pages1
  - name: Production
  - name: Bill of Materials
  - name: Payments1
  - name: Payments Methods
  - name: Workflows
  - name: New Folder
  - name: Wallet
  - name: Marketing
  - name: Campaigns
  - name: Templates
  - name: Products1
  - name: Product Variants
  - name: Analytics12
  - name: Services
    description: >-
      Services are "Products" that have a duration in minutes, a buffer time and
      a list of users able to provide the service.
  - name: SupplierProducts
  - name: Shops1
    description: >-
      Shops are sort of subsidiary of companies. A Company can have many Shops.
      Each shop can have 0 or more .  
        
      But all of them are properties of a Company.
  - name: Warehouses
    description: >-
      Warehouses are places where stocks are placed.


      Shop which are physical or virtual point of sales can be attached to one
      or many warehouses to take their products.
  - name: Stocks
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Review1
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: ReviewCriterion
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: StockMovements
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Suppliers
  - name: Treasury Accounts
    description: Comptes de trésorerie
  - name: Users
  - name: Wrapped
  - name: Returns
  - name: Webhooks
  - name: Customer Routes
  - name: Authentication1
  - name: Addresses1
  - name: Orders12
  - name: Payments12
  - name: Review12
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Developer Routes
  - name: Authentication12
  - name: Apps1
  - name: Apps Shortcut
  - name: Products12
    description: Developer can access a company product through its app
paths:
  /2023-11/admin/stocks/{id}:
    parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
    put:
      tags:
        - Private Routes
        - Stocks
      summary: Update
      description: Update
      operationId: update15
      parameters:
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                title:
                  type: string
                  example: Taro - 1 (updated)
            examples:
              Update:
                value:
                  title: Taro - 1 (updated)
      responses:
        '200':
          description: '200'
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Oct 2025 15:15:35 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5999'
          content:
            application/json:
              schema:
                type: object
                properties:
                  company_id:
                    type: string
                    example: 01hqydxwtxdj3kmzp3bz7jk73g
                  created_at:
                    type: string
                    example: '2025-10-10T15:12:53.000000Z'
                  id:
                    type: string
                    example: 01k77ax6n3vcmxbyt0env1zkar
                  medias:
                    type: array
                    items: {}
                    example: []
                  price:
                    nullable: true
                    example: null
                  product_variant:
                    nullable: true
                    example: null
                  product_variant_compositions:
                    type: array
                    items: {}
                    example: []
                  product_variant_id:
                    nullable: true
                    example: null
                  quantity:
                    type: number
                    example: 50
                  quantity_alert:
                    type: number
                    example: 5
                  stocks_warehouse:
                    type: array
                    items:
                      type: object
                      properties:
                        batch_number:
                          nullable: true
                          example: null
                        created_at:
                          type: string
                          example: '2025-10-10T15:12:53.000000Z'
                        expiration_date:
                          nullable: true
                          example: null
                        id:
                          type: string
                          example: '1742'
                        metadata:
                          nullable: true
                          example: null
                        production_date:
                          nullable: true
                          example: null
                        quantity:
                          type: number
                          example: 50
                        stock_id:
                          type: string
                          example: 01k77ax6n3vcmxbyt0env1zkar
                        updated_at:
                          type: string
                          example: '2025-10-10T15:12:53.000000Z'
                        warehouse_id:
                          type: string
                          example: 01k1amyq271bm81tncbepdxa2j
                    example:
                      - batch_number: null
                        created_at: '2025-10-10T15:12:53.000000Z'
                        expiration_date: null
                        id: '1742'
                        metadata: null
                        production_date: null
                        quantity: 50
                        stock_id: 01k77ax6n3vcmxbyt0env1zkar
                        updated_at: '2025-10-10T15:12:53.000000Z'
                        warehouse_id: 01k1amyq271bm81tncbepdxa2j
                  title:
                    type: string
                    example: Taro - 1 (updated)
                  updated_at:
                    type: string
                    example: '2025-10-10T15:15:35.000000Z'
              examples:
                '200':
                  value:
                    company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                    created_at: '2025-10-10T15:12:53.000000Z'
                    id: 01k77ax6n3vcmxbyt0env1zkar
                    medias: []
                    price: null
                    product_variant: null
                    product_variant_compositions: []
                    product_variant_id: null
                    quantity: 50
                    quantity_alert: 5
                    stocks_warehouse:
                      - batch_number: null
                        created_at: '2025-10-10T15:12:53.000000Z'
                        expiration_date: null
                        id: '1742'
                        metadata: null
                        production_date: null
                        quantity: 50
                        stock_id: 01k77ax6n3vcmxbyt0env1zkar
                        updated_at: '2025-10-10T15:12:53.000000Z'
                        warehouse_id: 01k1amyq271bm81tncbepdxa2j
                    title: Taro - 1 (updated)
                    updated_at: '2025-10-10T15:15:35.000000Z'
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````