Bold Commerce · Agentic Access

Bold Commerce Agentic Access

x-agentic-access generated

Bold Commerce exposes 29 API operations that an AI agent could call, of which 18 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: 11 read, 12 write, and 6 physical.

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.

E-CommerceSubscriptionsCheckoutPricingHeadless CommerceShopify
Operations: 29 Acting: 18 Human-in-the-loop: 0 Method: generated

By consequence

read 11 write 12 physical 6

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
POST /checkout/storefront/{shop_id}/{order_id}/addresses/billing physical conditional
POST /checkout/storefront/{shop_id}/{order_id}/addresses/shipping physical conditional
POST /checkout/storefront/{shop_id}/{order_id}/discounts physical conditional
POST /checkout/storefront/{shop_id}/{order_id}/line_items physical conditional
POST /checkout/storefront/{shop_id}/{order_id}/payments physical conditional
PUT /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/orders/{order_id}/skip physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/bold-commerce-openapi.yml
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: 29
  by_action_class:
    connected: 11
    acting: 18
  by_consequence:
    read: 11
    write: 12
    physical: 6
  human_in_the_loop_required: 0
operations:
- path: /subscriptions/v1/shops/{shop_identifier}/subscriptions
  method: get
  operationId: listSubscriptions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /subscriptions/v1/shops/{shop_identifier}/subscriptions
  method: post
  operationId: createSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}
  method: get
  operationId: getSubscription
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}
  method: put
  operationId: replaceSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}
  method: patch
  operationId: patchSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/pause
  method: post
  operationId: pauseSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/cancel
  method: post
  operationId: cancelSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/activate
  method: post
  operationId: activateSubscription
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/line_items
  method: post
  operationId: addSubscriptionLineItems
  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: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/intervals
  method: get
  operationId: listSubscriptionIntervals
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/orders
  method: get
  operationId: listSubscriptionOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /subscriptions/v1/shops/{shop_identifier}/subscriptions/{subscription_id}/orders/{order_id}/skip
  method: put
  operationId: skipSubscriptionOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /checkout/storefront/{shop_id}/{order_id}/addresses/shipping
  method: post
  operationId: setShippingAddress
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /checkout/storefront/{shop_id}/{order_id}/addresses/shipping
  method: get
  operationId: getShippingAddress
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /checkout/storefront/{shop_id}/{order_id}/addresses/billing
  method: post
  operationId: setBillingAddress
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /checkout/storefront/{shop_id}/{order_id}/line_items
  method: post
  operationId: addCheckoutLineItems
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /checkout/storefront/{shop_id}/{order_id}/discounts
  method: post
  operationId: applyCheckoutDiscount
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /checkout/storefront/{shop_id}/{order_id}/payments
  method: post
  operationId: addCheckoutPayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /price_rules/rules/v2/shops/{shop_identifier}/rulesets
  method: get
  operationId: listRulesets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /price_rules/rules/v2/shops/{shop_identifier}/rulesets
  method: post
  operationId: createRuleset
  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: /price_rules/rules/v2/shops/{shop_identifier}/rulesets/{ruleset_id}
  method: get
  operationId: getRuleset
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /price_rules/rules/v2/shops/{shop_identifier}/rulesets/{ruleset_id}
  method: put
  operationId: updateRuleset
  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: /price_rules/rules/v2/shops/{shop_identifier}/rulesets/{ruleset_id}
  method: delete
  operationId: deleteRuleset
  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: /price_rules/rules/v2/shops/{shop_identifier}/process
  method: post
  operationId: processPrice
  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: /products/v2/shops/{shop_identifier}/products
  method: get
  operationId: listProducts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /products/v2/shops/{shop_identifier}/products/{product_id}
  method: get
  operationId: getProduct
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /customers/v2/shops/{shop_identifier}/customers
  method: get
  operationId: listCustomers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /customers/v2/shops/{shop_identifier}/customers
  method: post
  operationId: createCustomer
  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: /shops/v1/info
  method: get
  operationId: getShopInfo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none