Deel subpackage_orders API

The subpackage_orders API from Deel — 2 operation(s) for subpackage_orders.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/deel-subpackage-orders-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

deel-subpackage-orders-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Endpoints subpackage_orders API
  version: 1.0.0
servers:
- url: https://api.letsdeel.com/rest/v2
- url: https://api-staging.letsdeel.com/rest/v2
tags:
- name: subpackage_orders
paths:
  /it/orders/{order_id}:
    get:
      operationId: get-it-order-by-id
      summary: Retrieve an IT order
      description: "Retrieve detailed information about a single IT equipment order using its unique identifier. This allows you to track the order's status, review shipping details, and see the associated product.  For more info, visit [Orders](https://developer.deel.com/docs/deel-it-api#orders)\n **Token scopes**: `it-orders:read`"
      tags:
      - subpackage_orders
      parameters:
      - name: order_id
        in: path
        description: Unique identifier of the IT order
        required: true
        schema:
          type: string
          format: uuid
      - name: Authorization
        in: header
        description: "## Authentication\nThe Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.\n\n```curl\ncurl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \\\n  -H 'Authorization: Bearer YOUR-TOKEN-HERE'\n```\n\n[Learn more about authentication](/api/authentication)\n"
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/orders_getITOrderById_Response_200'
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RetrieveAnItOrderRequestBadRequestError'
        '401':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '403':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '404':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RetrieveAnItOrderRequestInternalServerError'
  /it/orders:
    get:
      operationId: get-it-orders
      summary: List IT orders
      description: "Retrieve a paginated list of all IT equipment orders for the organization. This is useful for reviewing both historical and current procurement requests to track overall equipment provisioning.  For more info, visit [Orders](https://developer.deel.com/docs/deel-it-api#orders).\n **Token scopes**: `it-orders:read`"
      tags:
      - subpackage_orders
      parameters:
      - name: cursor
        in: query
        description: Indicates where the next page of results starts, as returned in a paginated list response
        required: false
        schema:
          type: string
      - name: limit
        in: query
        description: Return a page of results with given number of records
        required: false
        schema:
          type: integer
          default: 20
      - name: Authorization
        in: header
        description: "## Authentication\nThe Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.\n\n```curl\ncurl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \\\n  -H 'Authorization: Bearer YOUR-TOKEN-HERE'\n```\n\n[Learn more about authentication](/api/authentication)\n"
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/orders_getITOrders_Response_200'
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListItOrdersRequestBadRequestError'
        '401':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '403':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '404':
          description: Operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorContainer'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListItOrdersRequestInternalServerError'
components:
  schemas:
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFee:
      type: object
      properties:
        amount:
          type: string
          description: Amount
        currency:
          $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFeeCurrency'
          description: Three-letter currency code for the price
      description: Storefront fee associated with the order item
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFee
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataDeliveryAddress:
      type: object
      properties:
        id:
          type: string
          format: uuid
          description: Unique identifier of the address
        city:
          type:
          - string
          - 'null'
          description: City name
        type:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataDeliveryAddressType'
          description: Type of the address
        line1:
          type:
          - string
          - 'null'
          description: Address line 1
        line2:
          type:
          - string
          - 'null'
          description: Address line 2
        state:
          type:
          - string
          - 'null'
          description: State code or name
        country:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataDeliveryAddressCountry'
          description: Country code
        is_valid:
          type: boolean
          description: Whether the address passes validation
        post_code:
          type:
          - string
          - 'null'
          description: Post code
        phone_number:
          type:
          - string
          - 'null'
          description: Phone number
        date_of_birth:
          type:
          - string
          - 'null'
          format: date
          description: Date of birth (applicable for some address types)
        tax_id_number:
          type:
          - string
          - 'null'
          description: Tax ID number (applicable for some address types)
        passport_number:
          type:
          - string
          - 'null'
          description: Passport number (applicable for some address types)
        delivery_instructions:
          type:
          - string
          - 'null'
          description: Special instructions for deliveries
      description: Order delivery address details
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataDeliveryAddress
    RetrieveAnItOrderRequestInternalServerError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaErrorsItems'
      title: RetrieveAnItOrderRequestInternalServerError
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAcquisitionType:
      type: string
      enum:
      - RENTAL
      - PURCHASE
      - REUSE
      description: Acquisition type of the order item
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAcquisitionType
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataStatus:
      type: string
      enum:
      - REQUESTED
      - APPROVED
      - DECLINED
      - CANCELLED
      description: Order status
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataStatus
    ListItOrdersRequestInternalServerError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaErrorsItems'
      title: ListItOrdersRequestInternalServerError
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressCountry:
      type: string
      enum:
      - AD
      - AE
      - AF
      - AG
      - AI
      - AL
      - AM
      - AN
      - AO
      - AQ
      - AR
      - AS
      - AT
      - AU
      - AW
      - AX
      - AZ
      - BA
      - BB
      - BD
      - BE
      - BF
      - BG
      - BH
      - BI
      - BJ
      - BL
      - BM
      - BN
      - BO
      - BQ
      - BR
      - BS
      - BT
      - BV
      - BW
      - BY
      - BZ
      - CA
      - CC
      - CD
      - CF
      - CG
      - CH
      - CI
      - CK
      - CL
      - CM
      - CN
      - CO
      - CR
      - CU
      - CV
      - CW
      - CX
      - CY
      - CZ
      - DE
      - DJ
      - DK
      - DM
      - DO
      - DZ
      - EC
      - EE
      - EG
      - EH
      - ER
      - ES
      - ET
      - FI
      - FJ
      - FK
      - FM
      - FO
      - FR
      - GA
      - GB
      - GD
      - GE
      - GF
      - GG
      - GH
      - GI
      - GL
      - GM
      - GN
      - GP
      - GQ
      - GR
      - GS
      - GT
      - GU
      - GW
      - GY
      - HK
      - HM
      - HN
      - HR
      - HT
      - HU
      - IC
      - ID
      - IE
      - IL
      - IM
      - IN
      - IO
      - IQ
      - IR
      - IS
      - IT
      - JE
      - JM
      - JO
      - JP
      - KE
      - KG
      - KH
      - KI
      - KM
      - KN
      - KP
      - KR
      - XK
      - KW
      - KY
      - KZ
      - LA
      - LB
      - LC
      - LI
      - LK
      - LR
      - LS
      - LT
      - LU
      - LV
      - LY
      - MA
      - MC
      - MD
      - ME
      - MF
      - MG
      - MH
      - MK
      - ML
      - MM
      - MN
      - MO
      - MP
      - MQ
      - MR
      - MS
      - MT
      - MU
      - MV
      - MW
      - MX
      - MY
      - MZ
      - NA
      - NC
      - NE
      - NF
      - NG
      - NI
      - NL
      - 'NO'
      - NP
      - NR
      - NU
      - NZ
      - OM
      - PA
      - PE
      - PF
      - PG
      - PH
      - PK
      - PL
      - PM
      - PN
      - PR
      - PS
      - PT
      - PW
      - PY
      - QA
      - RE
      - RO
      - RS
      - RU
      - RW
      - SA
      - SB
      - SC
      - SD
      - SE
      - SG
      - SH
      - SI
      - SJ
      - SK
      - SL
      - SM
      - SN
      - SO
      - SR
      - SS
      - ST
      - SV
      - SX
      - SY
      - SZ
      - TC
      - TD
      - TF
      - TG
      - TH
      - TJ
      - TK
      - TL
      - TM
      - TN
      - TO
      - TR
      - TT
      - TV
      - TW
      - TZ
      - UA
      - UG
      - US
      - UY
      - UZ
      - VA
      - VC
      - VE
      - VG
      - VI
      - VN
      - VU
      - WF
      - WS
      - YE
      - YT
      - ZA
      - ZM
      - ZW
      description: Country code
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressCountry
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUserAddressType:
      type: string
      enum:
      - PII
      - PARTIAL
      - DELIVERY
      - COLLECTION
      - ENTITY
      - SUPPLIER
      - BILLING
      description: Type of the address
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUserAddressType
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddress:
      type: object
      properties:
        id:
          type: string
          format: uuid
          description: Unique identifier of the address
        city:
          type:
          - string
          - 'null'
          description: City name
        type:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressType'
          description: Type of the address
        line1:
          type:
          - string
          - 'null'
          description: Address line 1
        line2:
          type:
          - string
          - 'null'
          description: Address line 2
        state:
          type:
          - string
          - 'null'
          description: State code or name
        country:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressCountry'
          description: Country code
        is_valid:
          type: boolean
          description: Whether the address passes validation
        post_code:
          type:
          - string
          - 'null'
          description: Post code
        phone_number:
          type:
          - string
          - 'null'
          description: Phone number
        date_of_birth:
          type:
          - string
          - 'null'
          format: date
          description: Date of birth (applicable for some address types)
        tax_id_number:
          type:
          - string
          - 'null'
          description: Tax ID number (applicable for some address types)
        passport_number:
          type:
          - string
          - 'null'
          description: Passport number (applicable for some address types)
        delivery_instructions:
          type:
          - string
          - 'null'
          description: Special instructions for deliveries
      description: User address details
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddress
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaErrorsItems:
      type: object
      properties:
        code:
          type: string
          description: Error code of the handler which produced the returned error
        field:
          type: string
          description: The field name where input validation failed
        message:
          type: string
          description: Description of the returned error
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaErrorsItems
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFeeCurrency:
      type: string
      enum:
      - EUR
      - AED
      - AFN
      - XCD
      - ALL
      - AMD
      - AOA
      - ARS
      - USD
      - AUD
      - AWG
      - AZN
      - BAM
      - BDT
      - XOF
      - BGN
      - BHD
      - BIF
      - BMD
      - SGD
      - BOB
      - BRL
      - BSD
      - BTN
      - BWP
      - BYN
      - BZD
      - CAD
      - CDF
      - XAF
      - CHF
      - NZD
      - CLP
      - CNY
      - COP
      - CRC
      - CUC
      - CVE
      - ANG
      - CZK
      - DJF
      - DOP
      - DZD
      - EGP
      - MAD
      - ERN
      - ETB
      - FJD
      - FKP
      - DKK
      - GBP
      - GEL
      - GHS
      - GIP
      - GMD
      - GNF
      - GTQ
      - GYD
      - HKD
      - HNL
      - HRK
      - HTG
      - HUF
      - IDR
      - ILS
      - INR
      - IQD
      - IRR
      - ISK
      - JMD
      - JOD
      - JPY
      - KES
      - KGS
      - KHR
      - KMF
      - KPW
      - KRW
      - WST
      - KWD
      - KYD
      - KZT
      - LAK
      - LBP
      - LKR
      - LRD
      - LSL
      - LTL
      - LYD
      - MDL
      - MGA
      - MKD
      - MMK
      - MNT
      - MRU
      - MUR
      - MVR
      - MWK
      - MXN
      - MYR
      - MZN
      - NAD
      - XPF
      - NGN
      - NIO
      - NOK
      - NPR
      - OMR
      - PAB
      - PEN
      - PGK
      - PHP
      - PKR
      - PLN
      - PYG
      - QAR
      - RON
      - RSD
      - RUB
      - RWF
      - SAR
      - SBD
      - SCR
      - SDG
      - SEK
      - SHP
      - SLL
      - SOS
      - SRD
      - SSP
      - STD
      - SYP
      - SZL
      - THB
      - TJS
      - TMT
      - TND
      - TOP
      - TRY
      - TTD
      - TWD
      - TZS
      - UAH
      - UGX
      - UYU
      - UZS
      - VEF
      - VND
      - VUV
      - YER
      - ZAR
      - ZMW
      - ZWD
      description: Three-letter currency code for the price
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFeeCurrency
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPriceCurrency:
      type: string
      enum:
      - EUR
      - AED
      - AFN
      - XCD
      - ALL
      - AMD
      - AOA
      - ARS
      - USD
      - AUD
      - AWG
      - AZN
      - BAM
      - BDT
      - XOF
      - BGN
      - BHD
      - BIF
      - BMD
      - SGD
      - BOB
      - BRL
      - BSD
      - BTN
      - BWP
      - BYN
      - BZD
      - CAD
      - CDF
      - XAF
      - CHF
      - NZD
      - CLP
      - CNY
      - COP
      - CRC
      - CUC
      - CVE
      - ANG
      - CZK
      - DJF
      - DOP
      - DZD
      - EGP
      - MAD
      - ERN
      - ETB
      - FJD
      - FKP
      - DKK
      - GBP
      - GEL
      - GHS
      - GIP
      - GMD
      - GNF
      - GTQ
      - GYD
      - HKD
      - HNL
      - HRK
      - HTG
      - HUF
      - IDR
      - ILS
      - INR
      - IQD
      - IRR
      - ISK
      - JMD
      - JOD
      - JPY
      - KES
      - KGS
      - KHR
      - KMF
      - KPW
      - KRW
      - WST
      - KWD
      - KYD
      - KZT
      - LAK
      - LBP
      - LKR
      - LRD
      - LSL
      - LTL
      - LYD
      - MDL
      - MGA
      - MKD
      - MMK
      - MNT
      - MRU
      - MUR
      - MVR
      - MWK
      - MXN
      - MYR
      - MZN
      - NAD
      - XPF
      - NGN
      - NIO
      - NOK
      - NPR
      - OMR
      - PAB
      - PEN
      - PGK
      - PHP
      - PKR
      - PLN
      - PYG
      - QAR
      - RON
      - RSD
      - RUB
      - RWF
      - SAR
      - SBD
      - SCR
      - SDG
      - SEK
      - SHP
      - SLL
      - SOS
      - SRD
      - SSP
      - STD
      - SYP
      - SZL
      - THB
      - TJS
      - TMT
      - TND
      - TOP
      - TRY
      - TTD
      - TWD
      - TZS
      - UAH
      - UGX
      - UYU
      - UZS
      - VEF
      - VND
      - VUV
      - YER
      - ZAR
      - ZMW
      - ZWD
      description: Three-letter currency code for the price
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPriceCurrency
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUserAddressCountry:
      type: string
      enum:
      - AD
      - AE
      - AF
      - AG
      - AI
      - AL
      - AM
      - AN
      - AO
      - AQ
      - AR
      - AS
      - AT
      - AU
      - AW
      - AX
      - AZ
      - BA
      - BB
      - BD
      - BE
      - BF
      - BG
      - BH
      - BI
      - BJ
      - BL
      - BM
      - BN
      - BO
      - BQ
      - BR
      - BS
      - BT
      - BV
      - BW
      - BY
      - BZ
      - CA
      - CC
      - CD
      - CF
      - CG
      - CH
      - CI
      - CK
      - CL
      - CM
      - CN
      - CO
      - CR
      - CU
      - CV
      - CW
      - CX
      - CY
      - CZ
      - DE
      - DJ
      - DK
      - DM
      - DO
      - DZ
      - EC
      - EE
      - EG
      - EH
      - ER
      - ES
      - ET
      - FI
      - FJ
      - FK
      - FM
      - FO
      - FR
      - GA
      - GB
      - GD
      - GE
      - GF
      - GG
      - GH
      - GI
      - GL
      - GM
      - GN
      - GP
      - GQ
      - GR
      - GS
      - GT
      - GU
      - GW
      - GY
      - HK
      - HM
      - HN
      - HR
      - HT
      - HU
      - IC
      - ID
      - IE
      - IL
      - IM
      - IN
      - IO
      - IQ
      - IR
      - IS
      - IT
      - JE
      - JM
      - JO
      - JP
      - KE
      - KG
      - KH
      - KI
      - KM
      - KN
      - KP
      - KR
      - XK
      - KW
      - KY
      - KZ
      - LA
      - LB
      - LC
      - LI
      - LK
      - LR
      - LS
      - LT
      - LU
      - LV
      - LY
      - MA
      - MC
      - MD
      - ME
      - MF
      - MG
      - MH
      - MK
      - ML
      - MM
      - MN
      - MO
      - MP
      - MQ
      - MR
      - MS
      - MT
      - MU
      - MV
      - MW
      - MX
      - MY
      - MZ
      - NA
      - NC
      - NE
      - NF
      - NG
      - NI
      - NL
      - 'NO'
      - NP
      - NR
      - NU
      - NZ
      - OM
      - PA
      - PE
      - PF
      - PG
      - PH
      - PK
      - PL
      - PM
      - PN
      - PR
      - PS
      - PT
      - PW
      - PY
      - QA
      - RE
      - RO
      - RS
      - RU
      - RW
      - SA
      - SB
      - SC
      - SD
      - SE
      - SG
      - SH
      - SI
      - SJ
      - SK
      - SL
      - SM
      - SN
      - SO
      - SR
      - SS
      - ST
      - SV
      - SX
      - SY
      - SZ
      - TC
      - TD
      - TF
      - TG
      - TH
      - TJ
      - TK
      - TL
      - TM
      - TN
      - TO
      - TR
      - TT
      - TV
      - TW
      - TZ
      - UA
      - UG
      - US
      - UY
      - UZ
      - VA
      - VC
      - VE
      - VG
      - VI
      - VN
      - VU
      - WF
      - WS
      - YE
      - YT
      - ZA
      - ZM
      - ZW
      description: Country code
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUserAddressCountry
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        id:
          type: string
          format: uuid
          description: Unique identifier of the order
        user:
          oneOf:
          - $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUser'
          - type: 'null'
          description: Details of the order attached user
        status:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataStatus'
          description: Order status
        created_at:
          type: string
          format: date-time
          description: Creation timestamp of the order
        updated_at:
          type: string
          format: date-time
          description: Last update timestamp of the order
        order_items:
          type: array
          items:
            $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItems'
          description: Order's items details
        delivery_address:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataDeliveryAddress'
          description: Order delivery address details
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaData
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsPricingDetailsAssetPrice:
      type: object
      properties:
        amount:
          type: string
          description: Amount
        currency:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsPricingDetailsAssetPriceCurrency'
          description: Three-letter currency code for the price
      description: Price of the order item
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsPricingDetailsAssetPrice
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetails:
      type: object
      properties:
        asset_price:
          oneOf:
          - $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPrice'
          - type: 'null'
          description: Price of the order item
        storefront_fee:
          oneOf:
          - $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsStorefrontFee'
          - type: 'null'
          description: Storefront fee associated with the order item
        acquisition_type:
          $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAcquisitionType'
          description: Acquisition type of the order item
      description: Order item pricing details
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetails
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsStatus:
      type: string
      enum:
      - REQUESTED
      - APPROVED
      - DECLINED
      - CANCELLED
      description: Order status
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsStatus
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsStatus:
      type: string
      enum:
      - PLACED
      - PROCESSING
      - AWAITING_PAYMENT
      - READY_TO_SHIP
      - SHIPPED
      - COMPLETED
      - CANCELLED
      description: Status of the order item
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsStatus
    ListItOrdersRequestBadRequestError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaErrorsItems'
      title: ListItOrdersRequestBadRequestError
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPrice:
      type: object
      properties:
        amount:
          type: string
          description: Amount
        currency:
          $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPriceCurrency'
          description: Three-letter currency code for the price
      description: Price of the order item
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsOrderItemsItemsPricingDetailsAssetPrice
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUser:
      type: object
      properties:
        emails:
          type: array
          items:
            type: string
            format: email
          description: Array of user email addresses
        address:
          $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUserAddress'
          description: User address details
        last_name:
          type: string
          description: Last name of the user
        first_name:
          type: string
          description: First name of the user
        hris_profile_id:
          type: string
          format: uuid
          description: The unique identifier of the HRIS profile of the assigned user
      description: Details of the user with asset possession
      title: ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUser
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsPricingDetailsStorefrontFeeCurrency:
      type: string
      enum:
      - EUR
      - AED
      - AFN
      - XCD
      - ALL
      - AMD
      - AOA
      - ARS
      - USD
      - AUD
      - AWG
      - AZN
      - BAM
      - BDT
      - XOF
      - BGN
      - BHD
      - BIF
      - BMD
      - SGD
      - BOB
      - BRL
      - BSD
      - BTN
      - BWP
      - BYN
      - BZD
      - CAD
      - CDF
      - XAF
      - CHF
      - NZD
      - CLP
      - CNY
      - COP
      - CRC
      - CUC
      - CVE
      - ANG
      - CZK
      - DJF
      - DOP
      - DZD
      - EGP
      - MAD
      - ERN
      - ETB
      - FJD
      - FKP
      - DKK
      - GBP
      - GEL
      - GHS
      - GIP
      - GMD
      - GNF
      - GTQ
      - GYD
      - HKD
      - HNL
      - HRK
      - HTG
      - HUF
      - IDR
      - ILS
      - INR
      - IQD
      - IRR
      - ISK
      - JMD
      - JOD
      - JPY
      - KES
      - KGS
      - KHR
      - KMF
      - KPW
      - KRW
      - WST
      - KWD
      - KYD
      - KZT
      - LAK
      - LBP
      - LKR
      - LRD
      - LSL
      - LTL
      - LYD
      - MDL
      - MGA
      - MKD
      - MMK
      - MNT
      - MRU
      - MUR
      - MVR
      - MWK
      - MXN
      - MYR
      - MZN
      - NAD
      - XPF
      - NGN
      - NIO
      - NOK
      - NPR
      - OMR
      - PAB
      - PEN
      - PGK
      - PHP
      - PKR
      - PLN
      - PYG
      - QAR
      - RON
      - RSD
      - RUB
      - RWF
      - SAR
      - SBD
      - SCR
      - SDG
      - SEK
      - SHP
      - SLL
      - SOS
      - SRD
      - SSP
      - STD
      - SYP
      - SZL
      - THB
      - TJS
      - TMT
      - TND
      - TOP
      - TRY
      - TTD
      - TWD
      - TZS
      - UAH
      - UGX
      - UYU
      - UZS
      - VEF
      - VND
      - VUV
      - YER
      - ZAR
      - ZMW
      - ZWD
      description: Three-letter currency code for the price
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataOrderItemsItemsPricingDetailsStorefrontFeeCurrency
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUser:
      type: object
      properties:
        emails:
          type: array
          items:
            type: string
            format: email
          description: Array of user email addresses
        address:
          $ref: '#/components/schemas/ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddress'
          description: User address details
        last_name:
          type: string
          description: Last name of the user
        first_name:
          type: string
          description: First name of the user
        hris_profile_id:
          type: string
          format: uuid
          description: The unique identifier of the HRIS profile of the assigned user
      description: Details of the order attached user
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUser
    ItOrdersGetResponsesContentApplicationJsonSchemaErrorsItems:
      type: object
      properties:
        code:
          type: string
          description: Error code of the handler which produced the returned error
        field:
          type: string
          description: The field name where input validation failed
        message:
          type: string
          description: Description of the returned error
      title: ItOrdersGetResponsesContentApplicationJsonSchemaErrorsItems
    ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressType:
      type: string
      enum:
      - PII
      - PARTIAL
      - DELIVERY
      - COLLECTION
      - ENTITY
      - SUPPLIER
      - BILLING
      description: Type of the address
      title: ItOrdersOrderIdGetResponsesContentApplicationJsonSchemaDataUserAddressType
    ApiError:
      type: object
      properties:
        message:
          type: string
          description: A description of the returned error
        path:
          type: string
          description: The JSON path where input validation failed
      title: ApiError
    ItOrdersGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
          description: Unique identifier of the order
        user:
          oneOf:
          - $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsUser'
          - type: 'null'
          description: Details of the user with asset possession
        status:
          $ref: '#/components/schemas/ItOrdersGetResponsesContentApplicationJsonSchemaDataItemsStatus'
          description: Order status
        created_at:
          type: string
          format: date-time
          description: Creation timestamp of the order
        updated_at:
          type: string
          format: date-time
          description: Last update timestamp of t

# --- truncated at 32 KB (49 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/deel/refs/heads/main/openapi/deel-subpackage-orders-api-openapi.yml