StockX · Agentic Access

StockX Agentic Access

x-agentic-access generated

StockX exposes 32 API operations that an AI agent could call, of which 9 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 23 read and 9 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

CompanyMarketplaceE-CommerceSneakersStreetwearResaleCollectiblesCatalogSellingOrders
Operations: 32 Acting: 9 Human-in-the-loop: 0 Method: generated

By consequence

read 23 write 9

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/stockx-public-openapi-original.json
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 32
  by_action_class:
    acting: 9
    connected: 23
  by_consequence:
    write: 9
    read: 23
  human_in_the_loop_required: 0
operations:
- path: /selling/batch/create-listing
  method: post
  operationId: CreateListings
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/batch/create-listing/{batchId}
  method: get
  operationId: GetListingCreateBatch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/batch/create-listing/{batchId}/items
  method: get
  operationId: GetListingCreateBatchItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/batch/delete-listing
  method: post
  operationId: DeleteListings
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/batch/delete-listing/{batchId}
  method: get
  operationId: GetListingDeleteBatch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/batch/delete-listing/{batchId}/items
  method: get
  operationId: GetListingDeleteBatchItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/batch/update-listing
  method: post
  operationId: UpdateListings
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/batch/update-listing/{batchId}
  method: get
  operationId: GetListingUpdateBatch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/batch/update-listing/{batchId}/items
  method: get
  operationId: GetListingUpdateBatchItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/ingestion
  method: post
  operationId: Ingestion
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /catalog/ingestion/{ingestionId}
  method: get
  operationId: IngestionItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/{productId}
  method: get
  operationId: GetProduct
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/{productId}/variants/{variantId}
  method: get
  operationId: GetVariant
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/{productId}/variants
  method: get
  operationId: GetVariants
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/{productId}/variants/{variantId}/market-data
  method: get
  operationId: GetVariantMarketData
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/{productId}/market-data
  method: get
  operationId: GetProductMarketData
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/products/variants/gtins/{gtin}
  method: get
  operationId: GetVariantsByGtin
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/search
  method: get
  operationId: Search
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/listings
  method: post
  operationId: Create
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/listings
  method: get
  operationId: GetAllListings
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/listings/{listingId}/activate
  method: put
  operationId: ActivateListing
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/listings/{listingId}/deactivate
  method: put
  operationId: DeactivateListing
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/listings/{listingId}
  method: patch
  operationId: Update
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/listings/{listingId}
  method: delete
  operationId: DeleteListing
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /selling/listings/{listingId}
  method: get
  operationId: FindById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/listings/{listingId}/operations/{operationId}
  method: get
  operationId: FindOperationById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/listings/{listingId}/operations
  method: get
  operationId: GetListingOperations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/orders/active
  method: get
  operationId: GetOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/orders/history
  method: get
  operationId: GetHistoricalOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/orders/{orderNumber}
  method: get
  operationId: GetOrder
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/orders/{orderNumber}/shipping-document/{shippingId}
  method: get
  operationId: GetOrderShipment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /selling/orders/{orderNumber}/shipping-document
  method: get
  operationId: GetOrderShipmentDocuments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none