Commerce Layer event_stores API

resource type

Documentation

Specifications

Schemas & Data

Other Resources

OpenAPI Specification

commerce-layer-event-stores-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Commerce Layer addresses event_stores API
  version: 7.10.1
  contact:
    name: API Support
    url: https://commercelayer.io
    email: support@commercelayer.io
  description: Headless Commerce for Global Brands.
servers:
- url: https://{your_organization_slug}.commercelayer.io/api
  description: API
- url: https://core.commercelayer.io/users/sign_in
  description: Sign in
- url: https://docs.commercelayer.io/api
  description: API reference
security:
- bearerAuth: []
tags:
- name: event_stores
  description: resource type
paths:
  /addresses/{addressId}/event_stores:
    get:
      operationId: GET/addressId/event_stores
      summary: Retrieve the event stores associated to the address
      description: Retrieve the event stores associated to the address
      tags:
      - event_stores
      parameters:
      - name: addressId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the address
  /adjustments/{adjustmentId}/event_stores:
    get:
      operationId: GET/adjustmentId/event_stores
      summary: Retrieve the event stores associated to the adjustment
      description: Retrieve the event stores associated to the adjustment
      tags:
      - event_stores
      parameters:
      - name: adjustmentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the adjustment
  /adyen_gateways/{adyenGatewayId}/event_stores:
    get:
      operationId: GET/adyenGatewayId/event_stores
      summary: Retrieve the event stores associated to the adyen gateway
      description: Retrieve the event stores associated to the adyen gateway
      tags:
      - event_stores
      parameters:
      - name: adyenGatewayId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the adyen gateway
  /adyen_payments/{adyenPaymentId}/event_stores:
    get:
      operationId: GET/adyenPaymentId/event_stores
      summary: Retrieve the event stores associated to the adyen payment
      description: Retrieve the event stores associated to the adyen payment
      tags:
      - event_stores
      parameters:
      - name: adyenPaymentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the adyen payment
  /attachments/{attachmentId}/event_stores:
    get:
      operationId: GET/attachmentId/event_stores
      summary: Retrieve the event stores associated to the attachment
      description: Retrieve the event stores associated to the attachment
      tags:
      - event_stores
      parameters:
      - name: attachmentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the attachment
  /authorizations/{authorizationId}/event_stores:
    get:
      operationId: GET/authorizationId/event_stores
      summary: Retrieve the event stores associated to the authorization
      description: Retrieve the event stores associated to the authorization
      tags:
      - event_stores
      parameters:
      - name: authorizationId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the authorization
  /avalara_accounts/{avalaraAccountId}/event_stores:
    get:
      operationId: GET/avalaraAccountId/event_stores
      summary: Retrieve the event stores associated to the avalara account
      description: Retrieve the event stores associated to the avalara account
      tags:
      - event_stores
      parameters:
      - name: avalaraAccountId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the avalara account
  /axerve_gateways/{axerveGatewayId}/event_stores:
    get:
      operationId: GET/axerveGatewayId/event_stores
      summary: Retrieve the event stores associated to the axerve gateway
      description: Retrieve the event stores associated to the axerve gateway
      tags:
      - event_stores
      parameters:
      - name: axerveGatewayId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the axerve gateway
  /axerve_payments/{axervePaymentId}/event_stores:
    get:
      operationId: GET/axervePaymentId/event_stores
      summary: Retrieve the event stores associated to the axerve payment
      description: Retrieve the event stores associated to the axerve payment
      tags:
      - event_stores
      parameters:
      - name: axervePaymentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the axerve payment
  /bing_geocoders/{bingGeocoderId}/event_stores:
    get:
      operationId: GET/bingGeocoderId/event_stores
      summary: Retrieve the event stores associated to the bing geocoder
      description: Retrieve the event stores associated to the bing geocoder
      tags:
      - event_stores
      parameters:
      - name: bingGeocoderId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the bing geocoder
  /braintree_gateways/{braintreeGatewayId}/event_stores:
    get:
      operationId: GET/braintreeGatewayId/event_stores
      summary: Retrieve the event stores associated to the braintree gateway
      description: Retrieve the event stores associated to the braintree gateway
      tags:
      - event_stores
      parameters:
      - name: braintreeGatewayId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the braintree gateway
  /braintree_payments/{braintreePaymentId}/event_stores:
    get:
      operationId: GET/braintreePaymentId/event_stores
      summary: Retrieve the event stores associated to the braintree payment
      description: Retrieve the event stores associated to the braintree payment
      tags:
      - event_stores
      parameters:
      - name: braintreePaymentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the braintree payment
  /bundles/{bundleId}/event_stores:
    get:
      operationId: GET/bundleId/event_stores
      summary: Retrieve the event stores associated to the bundle
      description: Retrieve the event stores associated to the bundle
      tags:
      - event_stores
      parameters:
      - name: bundleId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the bundle
  /buy_x_pay_y_promotions/{buyXPayYPromotionId}/event_stores:
    get:
      operationId: GET/buyXPayYPromotionId/event_stores
      summary: Retrieve the event stores associated to the buy x pay y promotion
      description: Retrieve the event stores associated to the buy x pay y promotion
      tags:
      - event_stores
      parameters:
      - name: buyXPayYPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the buy x pay y promotion
  /captures/{captureId}/event_stores:
    get:
      operationId: GET/captureId/event_stores
      summary: Retrieve the event stores associated to the capture
      description: Retrieve the event stores associated to the capture
      tags:
      - event_stores
      parameters:
      - name: captureId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the capture
  /carrier_accounts/{carrierAccountId}/event_stores:
    get:
      operationId: GET/carrierAccountId/event_stores
      summary: Retrieve the event stores associated to the carrier account
      description: Retrieve the event stores associated to the carrier account
      tags:
      - event_stores
      parameters:
      - name: carrierAccountId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the carrier account
  /checkout_com_gateways/{checkoutComGatewayId}/event_stores:
    get:
      operationId: GET/checkoutComGatewayId/event_stores
      summary: Retrieve the event stores associated to the checkout.com gateway
      description: Retrieve the event stores associated to the checkout.com gateway
      tags:
      - event_stores
      parameters:
      - name: checkoutComGatewayId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the checkout.com gateway
  /checkout_com_payments/{checkoutComPaymentId}/event_stores:
    get:
      operationId: GET/checkoutComPaymentId/event_stores
      summary: Retrieve the event stores associated to the checkout.com payment
      description: Retrieve the event stores associated to the checkout.com payment
      tags:
      - event_stores
      parameters:
      - name: checkoutComPaymentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the checkout.com payment
  /cleanups/{cleanupId}/event_stores:
    get:
      operationId: GET/cleanupId/event_stores
      summary: Retrieve the event stores associated to the cleanup
      description: Retrieve the event stores associated to the cleanup
      tags:
      - event_stores
      parameters:
      - name: cleanupId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the cleanup
  /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/event_stores:
    get:
      operationId: GET/couponCodesPromotionRuleId/event_stores
      summary: Retrieve the event stores associated to the coupon codes promotion rule
      description: Retrieve the event stores associated to the coupon codes promotion rule
      tags:
      - event_stores
      parameters:
      - name: couponCodesPromotionRuleId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the coupon codes promotion rule
  /coupon_recipients/{couponRecipientId}/event_stores:
    get:
      operationId: GET/couponRecipientId/event_stores
      summary: Retrieve the event stores associated to the coupon recipient
      description: Retrieve the event stores associated to the coupon recipient
      tags:
      - event_stores
      parameters:
      - name: couponRecipientId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the coupon recipient
  /coupons/{couponId}/event_stores:
    get:
      operationId: GET/couponId/event_stores
      summary: Retrieve the event stores associated to the coupon
      description: Retrieve the event stores associated to the coupon
      tags:
      - event_stores
      parameters:
      - name: couponId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the coupon
  /custom_promotion_rules/{customPromotionRuleId}/event_stores:
    get:
      operationId: GET/customPromotionRuleId/event_stores
      summary: Retrieve the event stores associated to the custom promotion rule
      description: Retrieve the event stores associated to the custom promotion rule
      tags:
      - event_stores
      parameters:
      - name: customPromotionRuleId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the custom promotion rule
  /customer_addresses/{customerAddressId}/event_stores:
    get:
      operationId: GET/customerAddressId/event_stores
      summary: Retrieve the event stores associated to the customer address
      description: Retrieve the event stores associated to the customer address
      tags:
      - event_stores
      parameters:
      - name: customerAddressId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer address
  /customer_groups/{customerGroupId}/event_stores:
    get:
      operationId: GET/customerGroupId/event_stores
      summary: Retrieve the event stores associated to the customer group
      description: Retrieve the event stores associated to the customer group
      tags:
      - event_stores
      parameters:
      - name: customerGroupId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer group
  /customer_password_resets/{customerPasswordResetId}/event_stores:
    get:
      operationId: GET/customerPasswordResetId/event_stores
      summary: Retrieve the event stores associated to the customer password reset
      description: Retrieve the event stores associated to the customer password reset
      tags:
      - event_stores
      parameters:
      - name: customerPasswordResetId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer password reset
  /customer_payment_sources/{customerPaymentSourceId}/event_stores:
    get:
      operationId: GET/customerPaymentSourceId/event_stores
      summary: Retrieve the event stores associated to the customer payment source
      description: Retrieve the event stores associated to the customer payment source
      tags:
      - event_stores
      parameters:
      - name: customerPaymentSourceId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer payment source
  /customer_subscriptions/{customerSubscriptionId}/event_stores:
    get:
      operationId: GET/customerSubscriptionId/event_stores
      summary: Retrieve the event stores associated to the customer subscription
      description: Retrieve the event stores associated to the customer subscription
      tags:
      - event_stores
      parameters:
      - name: customerSubscriptionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer subscription
  /customers/{customerId}/event_stores:
    get:
      operationId: GET/customerId/event_stores
      summary: Retrieve the event stores associated to the customer
      description: Retrieve the event stores associated to the customer
      tags:
      - event_stores
      parameters:
      - name: customerId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the customer
  /delivery_lead_times/{deliveryLeadTimeId}/event_stores:
    get:
      operationId: GET/deliveryLeadTimeId/event_stores
      summary: Retrieve the event stores associated to the delivery lead time
      description: Retrieve the event stores associated to the delivery lead time
      tags:
      - event_stores
      parameters:
      - name: deliveryLeadTimeId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the delivery lead time
  /discount_engine_items/{discountEngineItemId}/event_stores:
    get:
      operationId: GET/discountEngineItemId/event_stores
      summary: Retrieve the event stores associated to the discount engine item
      description: Retrieve the event stores associated to the discount engine item
      tags:
      - event_stores
      parameters:
      - name: discountEngineItemId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the discount engine item
  /discount_engines/{discountEngineId}/event_stores:
    get:
      operationId: GET/discountEngineId/event_stores
      summary: Retrieve the event stores associated to the discount engine
      description: Retrieve the event stores associated to the discount engine
      tags:
      - event_stores
      parameters:
      - name: discountEngineId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the discount engine
  /easypost_pickups/{easypostPickupId}/event_stores:
    get:
      operationId: GET/easypostPickupId/event_stores
      summary: Retrieve the event stores associated to the easypost pickup
      description: Retrieve the event stores associated to the easypost pickup
      tags:
      - event_stores
      parameters:
      - name: easypostPickupId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the easypost pickup
  /event_callbacks/{eventCallbackId}/event_stores:
    get:
      operationId: GET/eventCallbackId/event_stores
      summary: Retrieve the event stores associated to the event callback
      description: Retrieve the event stores associated to the event callback
      tags:
      - event_stores
      parameters:
      - name: eventCallbackId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the event callback
  /event_stores/{eventStoreId}:
    get:
      operationId: GET/event_stores/eventStoreId
      summary: Retrieve an event store
      description: Retrieve an event store
      tags:
      - event_stores
      parameters:
      - name: eventStoreId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event store object
          content:
            application/vnd.api+json:
              schema:
                $ref: '#/components/schemas/eventStoreResponse'
  /events/{eventId}/event_stores:
    get:
      operationId: GET/eventId/event_stores
      summary: Retrieve the event stores associated to the event
      description: Retrieve the event stores associated to the event
      tags:
      - event_stores
      parameters:
      - name: eventId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the event
  /exports/{exportId}/event_stores:
    get:
      operationId: GET/exportId/event_stores
      summary: Retrieve the event stores associated to the export
      description: Retrieve the event stores associated to the export
      tags:
      - event_stores
      parameters:
      - name: exportId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the export
  /external_gateways/{externalGatewayId}/event_stores:
    get:
      operationId: GET/externalGatewayId/event_stores
      summary: Retrieve the event stores associated to the external gateway
      description: Retrieve the event stores associated to the external gateway
      tags:
      - event_stores
      parameters:
      - name: externalGatewayId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the external gateway
  /external_payments/{externalPaymentId}/event_stores:
    get:
      operationId: GET/externalPaymentId/event_stores
      summary: Retrieve the event stores associated to the external payment
      description: Retrieve the event stores associated to the external payment
      tags:
      - event_stores
      parameters:
      - name: externalPaymentId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the external payment
  /external_promotions/{externalPromotionId}/event_stores:
    get:
      operationId: GET/externalPromotionId/event_stores
      summary: Retrieve the event stores associated to the external promotion
      description: Retrieve the event stores associated to the external promotion
      tags:
      - event_stores
      parameters:
      - name: externalPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the external promotion
  /external_tax_calculators/{externalTaxCalculatorId}/event_stores:
    get:
      operationId: GET/externalTaxCalculatorId/event_stores
      summary: Retrieve the event stores associated to the external tax calculator
      description: Retrieve the event stores associated to the external tax calculator
      tags:
      - event_stores
      parameters:
      - name: externalTaxCalculatorId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the external tax calculator
  /fixed_amount_promotions/{fixedAmountPromotionId}/event_stores:
    get:
      operationId: GET/fixedAmountPromotionId/event_stores
      summary: Retrieve the event stores associated to the fixed amount promotion
      description: Retrieve the event stores associated to the fixed amount promotion
      tags:
      - event_stores
      parameters:
      - name: fixedAmountPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the fixed amount promotion
  /fixed_price_promotions/{fixedPricePromotionId}/event_stores:
    get:
      operationId: GET/fixedPricePromotionId/event_stores
      summary: Retrieve the event stores associated to the fixed price promotion
      description: Retrieve the event stores associated to the fixed price promotion
      tags:
      - event_stores
      parameters:
      - name: fixedPricePromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the fixed price promotion
  /flex_promotions/{flexPromotionId}/event_stores:
    get:
      operationId: GET/flexPromotionId/event_stores
      summary: Retrieve the event stores associated to the flex promotion
      description: Retrieve the event stores associated to the flex promotion
      tags:
      - event_stores
      parameters:
      - name: flexPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the flex promotion
  /free_gift_promotions/{freeGiftPromotionId}/event_stores:
    get:
      operationId: GET/freeGiftPromotionId/event_stores
      summary: Retrieve the event stores associated to the free gift promotion
      description: Retrieve the event stores associated to the free gift promotion
      tags:
      - event_stores
      parameters:
      - name: freeGiftPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the free gift promotion
  /free_shipping_promotions/{freeShippingPromotionId}/event_stores:
    get:
      operationId: GET/freeShippingPromotionId/event_stores
      summary: Retrieve the event stores associated to the free shipping promotion
      description: Retrieve the event stores associated to the free shipping promotion
      tags:
      - event_stores
      parameters:
      - name: freeShippingPromotionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the free shipping promotion
  /geocoders/{geocoderId}/event_stores:
    get:
      operationId: GET/geocoderId/event_stores
      summary: Retrieve the event stores associated to the geocoder
      description: Retrieve the event stores associated to the geocoder
      tags:
      - event_stores
      parameters:
      - name: geocoderId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the geocoder
  /gift_card_recipients/{giftCardRecipientId}/event_stores:
    get:
      operationId: GET/giftCardRecipientId/event_stores
      summary: Retrieve the event stores associated to the gift card recipient
      description: Retrieve the event stores associated to the gift card recipient
      tags:
      - event_stores
      parameters:
      - name: giftCardRecipientId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the gift card recipient
  /gift_cards/{giftCardId}/event_stores:
    get:
      operationId: GET/giftCardId/event_stores
      summary: Retrieve the event stores associated to the gift card
      description: Retrieve the event stores associated to the gift card
      tags:
      - event_stores
      parameters:
      - name: giftCardId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the gift card
  /google_geocoders/{googleGeocoderId}/event_stores:
    get:
      operationId: GET/googleGeocoderId/event_stores
      summary: Retrieve the event stores associated to the google geocoder
      description: Retrieve the event stores associated to the google geocoder
      tags:
      - event_stores
      parameters:
      - name: googleGeocoderId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the google geocoder
  /imports/{importId}/event_stores:
    get:
      operationId: GET/importId/event_stores
      summary: Retrieve the event stores associated to the import
      description: Retrieve the event stores associated to the import
      tags:
      - event_stores
      parameters:
      - name: importId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the import
  /in_stock_subscriptions/{inStockSubscriptionId}/event_stores:
    get:
      operationId: GET/inStockSubscriptionId/event_stores
      summary: Retrieve the event stores associated to the in stock subscription
      description: Retrieve the event stores associated to the in stock subscription
      tags:
      - event_stores
      parameters:
      - name: inStockSubscriptionId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the in stock subscription
  /inventory_models/{inventoryModelId}/event_stores:
    get:
      operationId: GET/inventoryModelId/event_stores
      summary: Retrieve the event stores associated to the inventory model
      description: Retrieve the event stores associated to the inventory model
      tags:
      - event_stores
      parameters:
      - name: inventoryModelId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the inventory model
  /inventory_return_locations/{inventoryReturnLocationId}/event_stores:
    get:
      operationId: GET/inventoryReturnLocationId/event_stores
      summary: Retrieve the event stores associated to the inventory return location
      description: Retrieve the event stores associated to the inventory return location
      tags:
      - event_stores
      parameters:
      - name: inventoryReturnLocationId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the inventory return location
  /inventory_stock_locations/{inventoryStockLocationId}/event_stores:
    get:
      operationId: GET/inventoryStockLocationId/event_stores
      summary: Retrieve the event stores associated to the inventory stock location
      description: Retrieve the event stores associated to the inventory stock location
      tags:
      - event_stores
      parameters:
      - name: inventoryStockLocationId
        in: path
        schema:
          type: string
        required: true
        description: The resource's id
      responses:
        '200':
          description: The event_stores associated to the inventory stock location
  /klarna_gateways/{klarnaGatewayId}/event_stores:
    get:
      operationId: GET/klarnaGatewayId/event_stores
      summary: Retrieve the event stores associated to the klarna gateway
      description: Retrieve the event stores associated to the klarna gateway
      tags:
      - event_stores
      parameters:
      - name: klarnaGatewayId
        in: path
        schema:
          type: string
        requir

# --- truncated at 32 KB (76 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/commerce-layer/refs/heads/main/openapi/commerce-layer-event-stores-api-openapi.yml