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

# Get a order with id

> Details



## OpenAPI

````yaml GET /2023-11/admin/orders/{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/orders/{id}:
    parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - Private Routes
        - Orders1
      summary: Details
      description: Details
      operationId: details7
      parameters:
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
      requestBody:
        content:
          application/json:
            examples:
              Details:
                value: ''
      responses:
        '200':
          description: 200 OK
          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 11:22:28 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:
                  addresses:
                    type: array
                    items: {}
                    example: []
                  amount:
                    type: number
                    example: 6600
                  amount_due:
                    type: number
                    example: 5600
                  billing:
                    type: object
                    properties:
                      address:
                        nullable: true
                        example: null
                      address_id:
                        nullable: true
                        example: null
                      discount:
                        type: number
                        example: 0
                      method:
                        type: string
                        example: 01k1amypp3pjw47pqemjv7jx31
                      net_to_pay:
                        type: number
                        example: 6600
                      out_of_tax_total:
                        type: number
                        example: 6600
                      shipping:
                        type: number
                        example: 0
                      status:
                        type: string
                        example: partially_paid
                      subtotal:
                        type: number
                        example: 6600
                      sum_negative_taxes:
                        type: number
                        example: 0
                      sum_positive_taxes:
                        type: number
                        example: 0
                      total:
                        type: number
                        example: 6600
                      treasury_account:
                        type: object
                        properties:
                          accounting_account_code:
                            type: string
                            example: '52'
                          balance:
                            type: number
                            example: -551433
                          company_id:
                            type: string
                            example: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at:
                            type: string
                            example: '2025-07-29T09:32:00.000000Z'
                          id:
                            type: string
                            example: 01k1amypp3pjw47pqemjv7jx31
                          label:
                            type: string
                            example: Bank
                          logoUrl:
                            nullable: true
                            example: null
                          medias:
                            type: array
                            items: {}
                            example: []
                          metadata:
                            type: object
                            properties:
                              connected_api:
                                type: boolean
                                example: false
                              currency_code:
                                type: string
                                example: XAF
                              currency_name:
                                type: string
                                example: FCFA
                              notification:
                                type: boolean
                                example: false
                          shop:
                            nullable: true
                            example: null
                          shop_id:
                            nullable: true
                            example: null
                          type:
                            type: string
                            example: bank
                          updated_at:
                            type: string
                            example: '2025-10-03T09:57:44.000000Z'
                      treasury_account_id:
                        type: string
                        example: 01k1amypp3pjw47pqemjv7jx31
                      treasury_account_label:
                        type: string
                        example: Bank
                  bills:
                    type: array
                    items: {}
                    example: []
                  calendar_event_id:
                    nullable: true
                    example: null
                  company:
                    type: object
                    properties:
                      address:
                        nullable: true
                        example: null
                      company_code:
                        nullable: true
                        example: null
                      created_at:
                        type: string
                        example: '2025-07-29T09:31:59.000000Z'
                      currency_code:
                        type: string
                        example: XAF
                      currency_name:
                        type: string
                        example: FCFA
                      description:
                        nullable: true
                        example: null
                      handle:
                        type: string
                        example: demo-company
                      id:
                        type: string
                        example: 01hqydxwtxdj3kmzp3bz7jk73g
                      logoUrl:
                        nullable: true
                        example: null
                      medias:
                        type: array
                        items: {}
                        example: []
                      metadata:
                        type: object
                        properties:
                          payment_terms:
                            type: object
                            properties:
                              accepted_at:
                                type: string
                                example: '2025-07-30T08:57:08.517Z'
                              accepted_by:
                                type: string
                                example: 'Payton Donnelly '
                      name:
                        type: string
                        example: Demo Company
                      onboarding:
                        type: object
                        properties:
                          company_id:
                            type: string
                            example: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at:
                            type: string
                            example: '2025-07-29T09:36:28.000000Z'
                          finished_at:
                            type: string
                            example: '2025-07-29T09:36:28.000000Z'
                          id:
                            type: number
                            example: 1
                          metadata:
                            type: array
                            items: {}
                            example: []
                          started_at:
                            type: string
                            example: '2025-07-29T09:36:28.000000Z'
                          step:
                            type: string
                            example: source
                          updated_at:
                            type: string
                            example: '2025-07-29T09:36:28.000000Z'
                      paymentMethods:
                        type: array
                        items:
                          type: object
                          properties:
                            account_id:
                              nullable: true
                              example: null
                            company_id:
                              type: string
                              example: 01hqydxwtxdj3kmzp3bz7jk73g
                            configurations:
                              example: []
                              anyOf:
                                - type: array
                                  items: {}
                                  example: []
                                - type: object
                                  properties:
                                    api_token:
                                      type: string
                                      example: '********************************'
                                - type: array
                                  items: {}
                                  example: []
                            id:
                              type: string
                              example: 01k1d8sk6mz3r0fyqwmqr1y9k7
                            metadata:
                              nullable: true
                              example: null
                            name:
                              type: string
                              example: Cash
                            processor:
                              type: string
                              example: cash
                            status:
                              type: number
                              example: 1
                            treasury_account_id:
                              type: string
                              example: 01k1amypn6xycwe7w948jp82zm
                        example:
                          - account_id: null
                            company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            configurations: []
                            id: 01k1d8sk6mz3r0fyqwmqr1y9k7
                            metadata: null
                            name: Cash
                            processor: cash
                            status: 1
                            treasury_account_id: 01k1amypn6xycwe7w948jp82zm
                          - account_id: null
                            company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            configurations:
                              api_token: '********************************'
                            id: 01k1d8vxr5dbcjpm0gh2yqaf59
                            metadata: null
                            name: PawaPay
                            processor: pawapay
                            status: 1
                            treasury_account_id: 01k1d8vxr0xdthhtb6zy1e97dt
                          - account_id: null
                            company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            configurations: []
                            id: 01k76v7gky6xvvxkg7t5s0frka
                            metadata: null
                            name: NotchPay
                            processor: notchpay
                            status: 1
                            treasury_account_id: 01k76v7gk9j9tfsbr4g8zwc725
                      type:
                        type: string
                        example: business
                      updated_at:
                        type: string
                        example: '2025-07-30T09:57:08.000000Z'
                      variables:
                        nullable: true
                        example: null
                  company_id:
                    type: string
                    example: 01hqydxwtxdj3kmzp3bz7jk73g
                  created_at:
                    type: string
                    example: '2025-07-30T09:05:53.000000Z'
                  credit_code:
                    type: string
                    example: '701'
                  currency:
                    type: string
                    example: XAF
                  custom_fields:
                    type: array
                    items: {}
                    example: []
                  customer:
                    nullable: true
                    example: null
                  customer_id:
                    nullable: true
                    example: null
                  customer_orders_count:
                    type: number
                    example: 0
                  debit_code:
                    type: string
                    example: '4111'
                  deleted_at:
                    nullable: true
                    example: null
                  deliveries:
                    type: array
                    items: {}
                    example: []
                  delivery:
                    nullable: true
                    example: null
                  discounts:
                    type: array
                    items: {}
                    example: []
                  due_at:
                    nullable: true
                    example: null
                  expires_at:
                    nullable: true
                    example: null
                  id:
                    type: string
                    example: 01k1d99mheywy0tsdnftma8907
                  invoices:
                    type: array
                    items:
                      type: object
                      properties:
                        amount:
                          type: number
                          example: 1000
                        company_id:
                          type: string
                          example: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at:
                          type: string
                          example: '2025-07-30T10:06:00.000000Z'
                        currency_code:
                          type: string
                          example: XAF
                        deleted_at:
                          nullable: true
                          example: null
                        id:
                          type: string
                          example: 01k1d99nwnewgq5rxfy05tcs13
                        is_deposit:
                          type: boolean
                          example: true
                        is_final:
                          type: boolean
                          example: false
                        medias:
                          type: array
                          items: {}
                          example: []
                        metadata:
                          nullable: true
                          example: null
                        order_id:
                          type: string
                          example: 01k1d99mheywy0tsdnftma8907
                        reference:
                          type: string
                          example: '#INV_1001'
                        shop_id:
                          type: string
                          example: 01k1amypzhgs7fngfx1r9d37pn
                        status:
                          type: string
                          example: paid
                        updated_at:
                          type: string
                          example: '2025-07-30T10:06:00.000000Z'
                        user_id:
                          type: string
                          example: 01k1amyqgjje8sknkzpm78qv6x
                    example:
                      - amount: 1000
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-30T10:06:00.000000Z'
                        currency_code: XAF
                        deleted_at: null
                        id: 01k1d99nwnewgq5rxfy05tcs13
                        is_deposit: true
                        is_final: false
                        medias: []
                        metadata: null
                        order_id: 01k1d99mheywy0tsdnftma8907
                        reference: '#INV_1001'
                        shop_id: 01k1amypzhgs7fngfx1r9d37pn
                        status: paid
                        updated_at: '2025-07-30T10:06:00.000000Z'
                        user_id: 01k1amyqgjje8sknkzpm78qv6x
                  invoices_count:
                    type: number
                    example: 1
                  medias:
                    type: array
                    items: {}
                    example: []
                  metadata:
                    type: object
                    properties:
                      matchingMediaIds:
                        type: array
                        items: {}
                        example: []
                      note:
                        nullable: true
                        example: null
                      print_receipt:
                        type: boolean
                        example: false
                  order_products:
                    type: array
                    items:
                      type: object
                      properties:
                        created_at:
                          nullable: true
                          example: null
                        id:
                          type: number
                          example: 2899
                        metadata:
                          type: object
                          properties:
                            cost_at_date:
                              nullable: true
                              example: null
                            item_title:
                              type: string
                              example: Black whisk
                            product_media:
                              type: string
                              example: ''
                            product_title:
                              type: string
                              example: Black Whisk
                            stock_warehouse_to_remove:
                              type: array
                              items:
                                type: object
                                properties:
                                  batch_number:
                                    type: string
                                    example: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                  expiration_date:
                                    type: string
                                    example: '2026-01-29 09:32:37'
                                  production_date:
                                    type: string
                                    example: '2025-06-29 09:32:37'
                                  quantity:
                                    type: number
                                    example: 1
                                  stock_warehouse_id:
                                    type: string
                                    example: '149'
                              example:
                                - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                  expiration_date: '2026-01-29 09:32:37'
                                  production_date: '2025-06-29 09:32:37'
                                  quantity: 1
                                  stock_warehouse_id: '149'
                            taxes:
                              type: array
                              items: {}
                              example: []
                            variant_image:
                              nullable: true
                              example: null
                            variant_sku:
                              nullable: true
                              example: null
                            variant_title:
                              type: string
                              example: Default Title
                        order_id:
                          type: string
                          example: 01k1d99mheywy0tsdnftma8907
                        price:
                          type: number
                          example: 6600
                        product_id:
                          type: string
                          example: 01k1amzt10qsysja4esbkw85s8
                        quantity:
                          type: number
                          example: 1
                        service_id:
                          nullable: true
                          example: null
                        updated_at:
                          nullable: true
                          example: null
                        variant_id:
                          type: string
                          example: 01k1amzt38a9pz5zv0zh6cj0qp
                    example:
                      - created_at: null
                        id: 2899
                        metadata:
                          cost_at_date: null
                          item_title: Black whisk
                          product_media: ''
                          product_title: Black Whisk
                          stock_warehouse_to_remove:
                            - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                              expiration_date: '2026-01-29 09:32:37'
                              production_date: '2025-06-29 09:32:37'
                              quantity: 1
                              stock_warehouse_id: '149'
                          taxes: []
                          variant_image: null
                          variant_sku: null
                          variant_title: Default Title
                        order_id: 01k1d99mheywy0tsdnftma8907
                        price: 6600
                        product_id: 01k1amzt10qsysja4esbkw85s8
                        quantity: 1
                        service_id: null
                        updated_at: null
                        variant_id: 01k1amzt38a9pz5zv0zh6cj0qp
                  pickup_location:
                    nullable: true
                    example: null
                  pickup_location_id:
                    nullable: true
                    example: null
                  private_medias:
                    type: array
                    items: {}
                    example: []
                  products:
                    type: array
                    items:
                      type: object
                      properties:
                        company_id:
                          type: string
                          example: 01hqydxwtxdj3kmzp3bz7jk73g
                        content:
                          type: string
                          example: >-
                            The Black Whisk is a kitchen essential for whisking
                            and beating ingredients. Its ergonomic handle and
                            sleek design make it a practical and stylish tool.
                        created_at:
                          type: string
                          example: '2025-07-29T09:32:36.000000Z'
                        deleted_at:
                          nullable: true
                          example: null
                        discounts:
                          type: array
                          items: {}
                          example: []
                        handle:
                          type: string
                          example: black-whisk
                        id:
                          type: string
                          example: 01k1amzt10qsysja4esbkw85s8
                        is_shippable:
                          type: number
                          example: 1
                        is_taxable:
                          type: number
                          example: 1
                        medias:
                          type: array
                          items: {}
                          example: []
                        metadata:
                          nullable: true
                          example: null
                        pivot:
                          type: object
                          properties:
                            id:
                              type: number
                              example: 2899
                            metadata:
                              type: object
                              properties:
                                cost_at_date:
                                  nullable: true
                                  example: null
                                item_title:
                                  type: string
                                  example: Black whisk
                                product_media:
                                  type: string
                                  example: ''
                                product_title:
                                  type: string
                                  example: Black Whisk
                                stock_warehouse_to_remove:
                                  type: array
                                  items:
                                    type: object
                                    properties:
                                      batch_number:
                                        type: string
                                        example: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                      expiration_date:
                                        type: string
                                        example: '2026-01-29 09:32:37'
                                      production_date:
                                        type: string
                                        example: '2025-06-29 09:32:37'
                                      quantity:
                                        type: number
                                        example: 1
                                      stock_warehouse_id:
                                        type: string
                                        example: '149'
                                  example:
                                    - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                      expiration_date: '2026-01-29 09:32:37'
                                      production_date: '2025-06-29 09:32:37'
                                      quantity: 1
                                      stock_warehouse_id: '149'
                                taxes:
                                  type: array
                                  items: {}
                                  example: []
                                variant_image:
                                  nullable: true
                                  example: null
                                variant_sku:
                                  nullable: true
                                  example: null
                                variant_title:
                                  type: string
                                  example: Default Title
                            order_id:
                              type: string
                              example: 01k1d99mheywy0tsdnftma8907
                            price:
                              type: number
                              example: 6600
                            product_id:
                              type: string
                              example: 01k1amzt10qsysja4esbkw85s8
                            quantity:
                              type: number
                              example: 1
                            service_id:
                              nullable: true
                              example: null
                            variant:
                              type: object
                              properties:
                                barcode:
                                  type: string
                                  example: '2190002687366'
                                base_title:
                                  type: string
                                  example: Default Title
                                compare_at_price:
                                  nullable: true
                                  example: null
                                composite_stocks:
                                  type: array
                                  items: {}
                                  example: []
                                created_at:
                                  type: string
                                  example: '2025-07-29T09:32:36.000000Z'
                                deleted_at:
                                  nullable: true
                                  example: null
                                estimated_quantity:
                                  type: number
                                  example: 80
                                estimated_quantity_by_warehouse:
                                  type: object
                                  properties:
                                    01k1amypz43jvgqzkkanv5sj2k:
                                      type: number
                                      example: 27
                                    01k1amyq0feb1zj6qaw9v5zc5s:
                                      type: number
                                      example: 0
                                    01k1amyq271bm81tncbepdxa2j:
                                      type: number
                                      example: 53
                                follow_stock:
                                  type: number
                                  example: 1
                                id:
                                  type: string
                                  example: 01k1amzt38a9pz5zv0zh6cj0qp
                                image_id:
                                  nullable: true
                                  example: null
                                metadata:
                                  nullable: true
                                  example: null
                                min_order_quantity:
                                  type: number
                                  example: 1
                                options:
                                  type: array
                                  items:
                                    type: number
                                    example: 0
                                  example:
                                    - 0
                                position:
                                  type: number
                                  example: 0
                                price:
                                  type: number
                                  example: 6600
                                product_id:
                                  type: string
                                  example: 01k1amzt10qsysja4esbkw85s8
                                sku:
                                  nullable: true
                                  example: null
                                supplierproduct:
                                  nullable: true
                                  example: null
                                taxable:
                                  type: number
                                  example: 1
                                title:
                                  type: string
                                  example: Default Title
                                updated_at:
                                  type: string
                                  example: '2025-08-11T11:05:55.000000Z'
                                whatsapp_product_id:
                                  nullable: true
                                  example: null
                            variant_id:
                              type: string
                              example: 01k1amzt38a9pz5zv0zh6cj0qp
                        professionals:
                          type: array
                          items: {}
                          example: []
                        published:
                          type: number
                          example: 1
                        service:
                          nullable: true
                          example: null
                        supplier_id:
                          nullable: true
                          example: null
                        tags:
                          type: array
                          items: {}
                          example: []
                        taxes:
                          type: array
                          items: {}
                          example: []
                        title:
                          type: string
                          example: Black Whisk
                        type:
                          type: string
                          example: physical_goods
                        updated_at:
                          type: string
                          example: '2025-07-29T09:32:36.000000Z'
                        vendor:
                          nullable: true
                          example: null
                    example:
                      - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        content: >-
                          The Black Whisk is a kitchen essential for whisking
                          and beating ingredients. Its ergonomic handle and
                          sleek design make it a practical and stylish tool.
                        created_at: '2025-07-29T09:32:36.000000Z'
                        deleted_at: null
                        discounts: []
                        handle: black-whisk
                        id: 01k1amzt10qsysja4esbkw85s8
                        is_shippable: 1
                        is_taxable: 1
                        medias: []
                        metadata: null
                        pivot:
                          id: 2899
                          metadata:
                            cost_at_date: null
                            item_title: Black whisk
                            product_media: ''
                            product_title: Black Whisk
                            stock_warehouse_to_remove:
                              - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                expiration_date: '2026-01-29 09:32:37'
                                production_date: '2025-06-29 09:32:37'
                                quantity: 1
                                stock_warehouse_id: '149'
                            taxes: []
                            variant_image: null
                            variant_sku: null
                            variant_title: Default Title
                          order_id: 01k1d99mheywy0tsdnftma8907
                          price: 6600
                          product_id: 01k1amzt10qsysja4esbkw85s8
                          quantity: 1
                          service_id: null
                          variant:
                            barcode: '2190002687366'
                            base_title: Default Title
                            compare_at_price: null
                            composite_stocks: []
                            created_at: '2025-07-29T09:32:36.000000Z'
                            deleted_at: null
                            estimated_quantity: 80
                            estimated_quantity_by_warehouse:
                              01k1amypz43jvgqzkkanv5sj2k: 27
                              01k1amyq0feb1zj6qaw9v5zc5s: 0
                              01k1amyq271bm81tncbepdxa2j: 53
                            follow_stock: 1
                            id: 01k1amzt38a9pz5zv0zh6cj0qp
                            image_id: null
                            metadata: null
                            min_order_quantity: 1
                            options:
                              - 0
                            position: 0
                            price: 6600
                            product_id: 01k1amzt10qsysja4esbkw85s8
                            sku: null
                            supplierproduct: null
                            taxable: 1
                            title: Default Title
                            updated_at: '2025-08-11T11:05:55.000000Z'
                            whatsapp_product_id: null
                          variant_id: 01k1amzt38a9pz5zv0zh6cj0qp
                        professionals: []
                        published: 1
                        service: null
                        supplier_id: null
                        tags: []
                        taxes: []
                        title: Black Whisk
                        type: physical_goods
                        updated_at: '2025-07-29T09:32:36.000000Z'
                        vendor: null
                  reference:
                    type: string
                    example: '#ORDER_1382'
                  returns:
                    type: array
                    items: {}
                    example: []
                  returns_count:
                    type: number
                    example: 0
                  revenue_type:
                    type: string
                    example: products
                  shipping:
                    type: object
                    properties:
                      address:
                        nullable: true
                        example: null
                      address_id:
                        nullable: true
                        example: null
                      amount:
                        type: number
                        example: 0
                      mode:
                        type: string
                        example: pickup
                      scheduled_at:
                        type: string
                        example: '2025-07-30T09:05:59.350460Z'
                      status:
                        type: string
                        example: pending
                  shipping_fee:
                    nullable: true
                    example: null
                  shipping_fee_id:
                    nullable: true
                    example: null
                  shop:
                    type: object
                    properties:
                      address:
                        nullable: true
                        example: null
                      company_id:
                        type: string
                        example: 01hqydxwtxdj3kmzp3bz7jk73g
                      created_at:
                        type: string
                        example: '2025-07-29T09:32:01.000000Z'
                      currency_code:
                        type: string
                        example: XAF
                      currency_name:
                        type: string
                        example: FCFA
                      deleted_at:
                        nullable: true
                        example: null
                      description:
                        type: string
                        example: >-
                          Debitis non rerum aperiam tenetur placeat ut
                          dignissimos.
                      domains:
                        type: array
                        items: {}
                        example: []
                      id:
                        type: string
                        example: 01k1amypzhgs7fngfx1r9d37pn
                      logo:
                        nullable: true
                        example: null
                      logoUrl:
                        type: string
                        example: ''
                      metadata:
                        nullable: true
                        example: null
                      name:
                        type: string
                        example: Brekke Group
                      slug:
                        type: string
                        example: brekke-group
                      updated_at:
                        type: string
                        example: '2025-07-29T09:32:01.000000Z'
                      warehouses:
                        type: array
                        items:
                          type: object
                          properties:
                            company_id:
                              type: string
                              example: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at:
                              type: string
                              example: '2025-07-29T09:32:01.000000Z'
                            deleted_at:
                              nullable: true
                              example: null
                            description:
                              type: string
                              example: >-
                                Quasi magnam repudiandae non illum veniam autem
                                ad alias.
                            id:
                              type: string
                              example: 01k1amyq0feb1zj6qaw9v5zc5s
                            metadata:
                              nullable: true
                              example: null
                            name:
                              type: string
                              example: Bogan Inc Warehouse
                            pivot:
                              type: object
                              properties:
                                metadata:
                                  nullable: true
                                  example: null
                                shop_id:
                                  type: string
                                  example: 01k1amypzhgs7fngfx1r9d37pn
                                warehouse_id:
                                  type: string
                                  example: 01k1amyq0feb1zj6qaw9v5zc5s
                            updated_at:
                              type: string
                              example: '2025-07-29T09:32:01.000000Z'
                        example:
                          - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at: '2025-07-29T09:32:01.000000Z'
                            deleted_at: null
                            description: >-
                              Quasi magnam repudiandae non illum veniam autem ad
                              alias.
                            id: 01k1amyq0feb1zj6qaw9v5zc5s
                            metadata: null
                            name: Bogan Inc Warehouse
                            pivot:
                              metadata: null
                              shop_id: 01k1amypzhgs7fngfx1r9d37pn
                              warehouse_id: 01k1amyq0feb1zj6qaw9v5zc5s
                            updated_at: '2025-07-29T09:32:01.000000Z'
                  shop_id:
                    type: string
                    example: 01k1amypzhgs7fngfx1r9d37pn
                  signature:
                    nullable: true
                    example: null
                  source:
                    type: string
                    example: POS
                  state:
                    type: number
                    example: 1
                  status:
                    type: string
                    example: pending
                  subscriptions:
                    type: array
                    items: {}
                    example: []
                  taxes:
                    type: array
                    items: {}
                    example: []
                  updated_at:
                    type: string
                    example: '2025-07-30T10:06:00.000000Z'
                  user:
                    type: object
                    properties:
                      allPermissions:
                        type: array
                        items:
                          type: string
                          example: payments.*
                        example:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - '*'
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                      birthdate:
                        nullable: true
                        example: null
                      company_id:
                        type: string
                        example: 01hqydxwtxdj3kmzp3bz7jk73g
                      created_at:
                        type: string
                        example: '2025-07-29T09:32:01.000000Z'
                      deleted_at:
                        nullable: true
                        example: null
                      email:
                        type: string
                        example: demo@genuka.com
                      first_name:
                        type: string
                        example: Payton
                      id:
                        type: string
                        example: 01k1amyqgjje8sknkzpm78qv6x
                      last_activity:
                        type: string
                        example: '2025-10-10 11:22:28'
                      last_login_at:
                        nullable: true
                        example: null
                      last_login_ip:
                        nullable: true
                        example: null
                      last_name:
                        type: string
                        example: Donnelly
                      medias:
                        type: array
                        items: {}
                        example: []
                      metadata:
                        type: object
                        properties:
                          lang:
                            type: string
                            example: fr
                      name:
                        type: string
                        example: Payton Donnelly
                      opt_in:
                        type: number
                        example: 0
                      permissions:
                        type: array
                        items:
                          type: string
                          example: payments.*
                        example:
                          - payments.*
                          - payments.view
                          - payments.create
                          - payments.update
                          - payments.delete
                          - invoices.*
                          - invoices.view
                          - invoices.create
                          - invoices.update
                          - invoices.delete
                          - returns.*
                          - returns.view
                          - returns.create
                          - returns.update
                          - returns.delete
                          - returns.approve
                          - orders.*
                          - orders.view
                          - orders.create
                          - orders.update
                          - orders.delete
                          - orders.export
                          - products.*
                          - products.view
                          - products.create
                          - products.update
                          - products.delete
                          - products.export
                          - products.cost
                          - customers.*
                          - customers.view
                          - customers.create
                          - customers.update
                          - customers.delete
                          - customers.addresses
                          - customers.stats
                          - customers.export
                          - collections.*
                          - collections.view
                          - collections.create
                          - collections.update
                          - collections.delete
                          - deliveries.*
                          - deliveries.view
                          - deliveries.create
                          - deliveries.update
                          - deliveries.delete
                          - stats.*
                          - stats.view
                          - discounts.*
                          - discounts.view
                          - discounts.create
                          - discounts.update
                          - discounts.delete
                          - company.*
                          - shops.*
                          - warehouses.*
                          - users.*
                          - stocks.*
                          - stocks.view
                          - stocks.create
                          - stocks.update
                          - stocks.delete
                          - shipping_fees.*
                          - payment_methods.*
                          - accounting.*
                          - accounting.view
                          - accounting.export
                          - suppliers.*
                          - suppliers.view
                          - suppliers.create
                          - suppliers.update
                          - suppliers.delete
                          - suppliers.export
                          - suppliers.stats
                          - expenses.*
                          - expenses.view
                          - expenses.create
                          - expenses.update
                          - expenses.delete
                          - expenses.export
                          - treasury_accounts.*
                          - taxes.*
                          - transactions.*
                          - website.*
                          - blogs.create
                          - blogs.update
                          - blogs.delete
                          - blogs.*
                          - blogs.view
                          - pages.create
                          - pages.update
                          - pages.delete
                          - pages.*
                          - pages.view
                          - media_files.*
                          - domains.*
                          - company.view
                          - shops.view
                          - warehouses.view
                          - users.view
                          - webhooks.*
                          - webhooks.view
                          - webhooks.create
                          - webhooks.update
                          - webhooks.delete
                          - webhooks.test
                          - marketing.*
                          - marketing.campaigns.view
                          - marketing.campaigns.create
                          - marketing.campaigns.update
                          - marketing.campaigns.delete
                          - marketing.templates.*
                          - marketing.templates.view
                          - marketing.templates.create
                          - marketing.templates.update
                          - marketing.templates.delete
                          - orders.change_user
                      phone:
                        type: string
                        example: +1 (551) 313-2592
                      pin_enabled:
                        type: boolean
                        example: false
                      role:
                        type: string
                        example: admin
                      shops:
                        type: array
                        items: {}
                        example: []
                      updated_at:
                        type: string
                        example: '2025-10-10T11:22:28.000000Z'
                  user_id:
                    type: string
                    example: 01k1amyqgjje8sknkzpm78qv6x
              examples:
                200 OK:
                  value:
                    addresses: []
                    amount: 6600
                    amount_due: 5600
                    billing:
                      address: null
                      address_id: null
                      discount: 0
                      method: 01k1amypp3pjw47pqemjv7jx31
                      net_to_pay: 6600
                      out_of_tax_total: 6600
                      shipping: 0
                      status: partially_paid
                      subtotal: 6600
                      sum_negative_taxes: 0
                      sum_positive_taxes: 0
                      total: 6600
                      treasury_account:
                        accounting_account_code: '52'
                        balance: -551433
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-29T09:32:00.000000Z'
                        id: 01k1amypp3pjw47pqemjv7jx31
                        label: Bank
                        logoUrl: null
                        medias: []
                        metadata:
                          connected_api: false
                          currency_code: XAF
                          currency_name: FCFA
                          notification: false
                        shop: null
                        shop_id: null
                        type: bank
                        updated_at: '2025-10-03T09:57:44.000000Z'
                      treasury_account_id: 01k1amypp3pjw47pqemjv7jx31
                      treasury_account_label: Bank
                    bills: []
                    calendar_event_id: null
                    company:
                      address: null
                      company_code: null
                      created_at: '2025-07-29T09:31:59.000000Z'
                      currency_code: XAF
                      currency_name: FCFA
                      description: null
                      handle: demo-company
                      id: 01hqydxwtxdj3kmzp3bz7jk73g
                      logoUrl: null
                      medias: []
                      metadata:
                        payment_terms:
                          accepted_at: '2025-07-30T08:57:08.517Z'
                          accepted_by: 'Payton Donnelly '
                      name: Demo Company
                      onboarding:
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-29T09:36:28.000000Z'
                        finished_at: '2025-07-29T09:36:28.000000Z'
                        id: 1
                        metadata: []
                        started_at: '2025-07-29T09:36:28.000000Z'
                        step: source
                        updated_at: '2025-07-29T09:36:28.000000Z'
                      paymentMethods:
                        - account_id: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          configurations: []
                          id: 01k1d8sk6mz3r0fyqwmqr1y9k7
                          metadata: null
                          name: Cash
                          processor: cash
                          status: 1
                          treasury_account_id: 01k1amypn6xycwe7w948jp82zm
                        - account_id: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          configurations:
                            api_token: '********************************'
                          id: 01k1d8vxr5dbcjpm0gh2yqaf59
                          metadata: null
                          name: PawaPay
                          processor: pawapay
                          status: 1
                          treasury_account_id: 01k1d8vxr0xdthhtb6zy1e97dt
                        - account_id: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          configurations: []
                          id: 01k76v7gky6xvvxkg7t5s0frka
                          metadata: null
                          name: NotchPay
                          processor: notchpay
                          status: 1
                          treasury_account_id: 01k76v7gk9j9tfsbr4g8zwc725
                      type: business
                      updated_at: '2025-07-30T09:57:08.000000Z'
                      variables: null
                    company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                    created_at: '2025-07-30T09:05:53.000000Z'
                    credit_code: '701'
                    currency: XAF
                    custom_fields: []
                    customer: null
                    customer_id: null
                    customer_orders_count: 0
                    debit_code: '4111'
                    deleted_at: null
                    deliveries: []
                    delivery: null
                    discounts: []
                    due_at: null
                    expires_at: null
                    id: 01k1d99mheywy0tsdnftma8907
                    invoices:
                      - amount: 1000
                        company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        created_at: '2025-07-30T10:06:00.000000Z'
                        currency_code: XAF
                        deleted_at: null
                        id: 01k1d99nwnewgq5rxfy05tcs13
                        is_deposit: true
                        is_final: false
                        medias: []
                        metadata: null
                        order_id: 01k1d99mheywy0tsdnftma8907
                        reference: '#INV_1001'
                        shop_id: 01k1amypzhgs7fngfx1r9d37pn
                        status: paid
                        updated_at: '2025-07-30T10:06:00.000000Z'
                        user_id: 01k1amyqgjje8sknkzpm78qv6x
                    invoices_count: 1
                    medias: []
                    metadata:
                      matchingMediaIds: []
                      note: null
                      print_receipt: false
                    order_products:
                      - created_at: null
                        id: 2899
                        metadata:
                          cost_at_date: null
                          item_title: Black whisk
                          product_media: ''
                          product_title: Black Whisk
                          stock_warehouse_to_remove:
                            - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                              expiration_date: '2026-01-29 09:32:37'
                              production_date: '2025-06-29 09:32:37'
                              quantity: 1
                              stock_warehouse_id: '149'
                          taxes: []
                          variant_image: null
                          variant_sku: null
                          variant_title: Default Title
                        order_id: 01k1d99mheywy0tsdnftma8907
                        price: 6600
                        product_id: 01k1amzt10qsysja4esbkw85s8
                        quantity: 1
                        service_id: null
                        updated_at: null
                        variant_id: 01k1amzt38a9pz5zv0zh6cj0qp
                    pickup_location: null
                    pickup_location_id: null
                    private_medias: []
                    products:
                      - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                        content: >-
                          The Black Whisk is a kitchen essential for whisking
                          and beating ingredients. Its ergonomic handle and
                          sleek design make it a practical and stylish tool.
                        created_at: '2025-07-29T09:32:36.000000Z'
                        deleted_at: null
                        discounts: []
                        handle: black-whisk
                        id: 01k1amzt10qsysja4esbkw85s8
                        is_shippable: 1
                        is_taxable: 1
                        medias: []
                        metadata: null
                        pivot:
                          id: 2899
                          metadata:
                            cost_at_date: null
                            item_title: Black whisk
                            product_media: ''
                            product_title: Black Whisk
                            stock_warehouse_to_remove:
                              - batch_number: batch_01k1amzt3zvbd3k46v3xq2vnjg
                                expiration_date: '2026-01-29 09:32:37'
                                production_date: '2025-06-29 09:32:37'
                                quantity: 1
                                stock_warehouse_id: '149'
                            taxes: []
                            variant_image: null
                            variant_sku: null
                            variant_title: Default Title
                          order_id: 01k1d99mheywy0tsdnftma8907
                          price: 6600
                          product_id: 01k1amzt10qsysja4esbkw85s8
                          quantity: 1
                          service_id: null
                          variant:
                            barcode: '2190002687366'
                            base_title: Default Title
                            compare_at_price: null
                            composite_stocks: []
                            created_at: '2025-07-29T09:32:36.000000Z'
                            deleted_at: null
                            estimated_quantity: 80
                            estimated_quantity_by_warehouse:
                              01k1amypz43jvgqzkkanv5sj2k: 27
                              01k1amyq0feb1zj6qaw9v5zc5s: 0
                              01k1amyq271bm81tncbepdxa2j: 53
                            follow_stock: 1
                            id: 01k1amzt38a9pz5zv0zh6cj0qp
                            image_id: null
                            metadata: null
                            min_order_quantity: 1
                            options:
                              - 0
                            position: 0
                            price: 6600
                            product_id: 01k1amzt10qsysja4esbkw85s8
                            sku: null
                            supplierproduct: null
                            taxable: 1
                            title: Default Title
                            updated_at: '2025-08-11T11:05:55.000000Z'
                            whatsapp_product_id: null
                          variant_id: 01k1amzt38a9pz5zv0zh6cj0qp
                        professionals: []
                        published: 1
                        service: null
                        supplier_id: null
                        tags: []
                        taxes: []
                        title: Black Whisk
                        type: physical_goods
                        updated_at: '2025-07-29T09:32:36.000000Z'
                        vendor: null
                    reference: '#ORDER_1382'
                    returns: []
                    returns_count: 0
                    revenue_type: products
                    shipping:
                      address: null
                      address_id: null
                      amount: 0
                      mode: pickup
                      scheduled_at: '2025-07-30T09:05:59.350460Z'
                      status: pending
                    shipping_fee: null
                    shipping_fee_id: null
                    shop:
                      address: null
                      company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                      created_at: '2025-07-29T09:32:01.000000Z'
                      currency_code: XAF
                      currency_name: FCFA
                      deleted_at: null
                      description: >-
                        Debitis non rerum aperiam tenetur placeat ut
                        dignissimos.
                      domains: []
                      id: 01k1amypzhgs7fngfx1r9d37pn
                      logo: null
                      logoUrl: ''
                      metadata: null
                      name: Brekke Group
                      slug: brekke-group
                      updated_at: '2025-07-29T09:32:01.000000Z'
                      warehouses:
                        - company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at: '2025-07-29T09:32:01.000000Z'
                          deleted_at: null
                          description: >-
                            Quasi magnam repudiandae non illum veniam autem ad
                            alias.
                          id: 01k1amyq0feb1zj6qaw9v5zc5s
                          metadata: null
                          name: Bogan Inc Warehouse
                          pivot:
                            metadata: null
                            shop_id: 01k1amypzhgs7fngfx1r9d37pn
                            warehouse_id: 01k1amyq0feb1zj6qaw9v5zc5s
                          updated_at: '2025-07-29T09:32:01.000000Z'
                    shop_id: 01k1amypzhgs7fngfx1r9d37pn
                    signature: null
                    source: POS
                    state: 1
                    status: pending
                    subscriptions: []
                    taxes: []
                    updated_at: '2025-07-30T10:06:00.000000Z'
                    user:
                      allPermissions:
                        - payments.*
                        - payments.view
                        - payments.create
                        - payments.update
                        - payments.delete
                        - invoices.*
                        - invoices.view
                        - invoices.create
                        - invoices.update
                        - invoices.delete
                        - returns.*
                        - returns.view
                        - returns.create
                        - returns.update
                        - returns.delete
                        - returns.approve
                        - '*'
                        - orders.*
                        - orders.view
                        - orders.create
                        - orders.update
                        - orders.delete
                        - orders.export
                        - products.*
                        - products.view
                        - products.create
                        - products.update
                        - products.delete
                        - products.export
                        - products.cost
                        - customers.*
                        - customers.view
                        - customers.create
                        - customers.update
                        - customers.delete
                        - customers.addresses
                        - customers.stats
                        - customers.export
                        - collections.*
                        - collections.view
                        - collections.create
                        - collections.update
                        - collections.delete
                        - deliveries.*
                        - deliveries.view
                        - deliveries.create
                        - deliveries.update
                        - deliveries.delete
                        - stats.*
                        - stats.view
                        - discounts.*
                        - discounts.view
                        - discounts.create
                        - discounts.update
                        - discounts.delete
                        - company.*
                        - shops.*
                        - warehouses.*
                        - users.*
                        - stocks.*
                        - stocks.view
                        - stocks.create
                        - stocks.update
                        - stocks.delete
                        - shipping_fees.*
                        - payment_methods.*
                        - accounting.*
                        - accounting.view
                        - accounting.export
                        - suppliers.*
                        - suppliers.view
                        - suppliers.create
                        - suppliers.update
                        - suppliers.delete
                        - suppliers.export
                        - suppliers.stats
                        - expenses.*
                        - expenses.view
                        - expenses.create
                        - expenses.update
                        - expenses.delete
                        - expenses.export
                        - treasury_accounts.*
                        - taxes.*
                        - transactions.*
                        - website.*
                        - blogs.create
                        - blogs.update
                        - blogs.delete
                        - blogs.*
                        - blogs.view
                        - pages.create
                        - pages.update
                        - pages.delete
                        - pages.*
                        - pages.view
                        - media_files.*
                        - domains.*
                        - company.view
                        - shops.view
                        - warehouses.view
                        - users.view
                        - webhooks.*
                        - webhooks.view
                        - webhooks.create
                        - webhooks.update
                        - webhooks.delete
                        - webhooks.test
                        - marketing.*
                        - marketing.campaigns.view
                        - marketing.campaigns.create
                        - marketing.campaigns.update
                        - marketing.campaigns.delete
                        - marketing.templates.*
                        - marketing.templates.view
                        - marketing.templates.create
                        - marketing.templates.update
                        - marketing.templates.delete
                        - orders.change_user
                      birthdate: null
                      company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                      created_at: '2025-07-29T09:32:01.000000Z'
                      deleted_at: null
                      email: demo@genuka.com
                      first_name: Payton
                      id: 01k1amyqgjje8sknkzpm78qv6x
                      last_activity: '2025-10-10 11:22:28'
                      last_login_at: null
                      last_login_ip: null
                      last_name: Donnelly
                      medias: []
                      metadata:
                        lang: fr
                      name: Payton Donnelly
                      opt_in: 0
                      permissions:
                        - payments.*
                        - payments.view
                        - payments.create
                        - payments.update
                        - payments.delete
                        - invoices.*
                        - invoices.view
                        - invoices.create
                        - invoices.update
                        - invoices.delete
                        - returns.*
                        - returns.view
                        - returns.create
                        - returns.update
                        - returns.delete
                        - returns.approve
                        - orders.*
                        - orders.view
                        - orders.create
                        - orders.update
                        - orders.delete
                        - orders.export
                        - products.*
                        - products.view
                        - products.create
                        - products.update
                        - products.delete
                        - products.export
                        - products.cost
                        - customers.*
                        - customers.view
                        - customers.create
                        - customers.update
                        - customers.delete
                        - customers.addresses
                        - customers.stats
                        - customers.export
                        - collections.*
                        - collections.view
                        - collections.create
                        - collections.update
                        - collections.delete
                        - deliveries.*
                        - deliveries.view
                        - deliveries.create
                        - deliveries.update
                        - deliveries.delete
                        - stats.*
                        - stats.view
                        - discounts.*
                        - discounts.view
                        - discounts.create
                        - discounts.update
                        - discounts.delete
                        - company.*
                        - shops.*
                        - warehouses.*
                        - users.*
                        - stocks.*
                        - stocks.view
                        - stocks.create
                        - stocks.update
                        - stocks.delete
                        - shipping_fees.*
                        - payment_methods.*
                        - accounting.*
                        - accounting.view
                        - accounting.export
                        - suppliers.*
                        - suppliers.view
                        - suppliers.create
                        - suppliers.update
                        - suppliers.delete
                        - suppliers.export
                        - suppliers.stats
                        - expenses.*
                        - expenses.view
                        - expenses.create
                        - expenses.update
                        - expenses.delete
                        - expenses.export
                        - treasury_accounts.*
                        - taxes.*
                        - transactions.*
                        - website.*
                        - blogs.create
                        - blogs.update
                        - blogs.delete
                        - blogs.*
                        - blogs.view
                        - pages.create
                        - pages.update
                        - pages.delete
                        - pages.*
                        - pages.view
                        - media_files.*
                        - domains.*
                        - company.view
                        - shops.view
                        - warehouses.view
                        - users.view
                        - webhooks.*
                        - webhooks.view
                        - webhooks.create
                        - webhooks.update
                        - webhooks.delete
                        - webhooks.test
                        - marketing.*
                        - marketing.campaigns.view
                        - marketing.campaigns.create
                        - marketing.campaigns.update
                        - marketing.campaigns.delete
                        - marketing.templates.*
                        - marketing.templates.view
                        - marketing.templates.create
                        - marketing.templates.update
                        - marketing.templates.delete
                        - orders.change_user
                      phone: +1 (551) 313-2592
                      pin_enabled: false
                      role: admin
                      shops: []
                      updated_at: '2025-10-10T11:22:28.000000Z'
                    user_id: 01k1amyqgjje8sknkzpm78qv6x
        '404':
          description: 404 Not found
          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 11:22:52 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: '5998'
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: number
                    example: 404
                  data:
                    nullable: true
                    example: null
                  message:
                    type: string
                    example: The order does not exist
                  status:
                    type: string
                    example: error
              examples:
                404 Not found:
                  value:
                    code: 404
                    data: null
                    message: The order does not exist
                    status: error
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````