openapi: 3.1.0 info: title: Commerce Layer addresses has_many 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: has_many description: relationship kind paths: /addresses/{addressId}/events: get: operationId: GET/addressId/events summary: Retrieve the events associated to the address description: Retrieve the events associated to the address tags: - has_many parameters: - name: addressId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the address /addresses/{addressId}/tags: get: operationId: GET/addressId/tags summary: Retrieve the tags associated to the address description: Retrieve the tags associated to the address tags: - has_many parameters: - name: addressId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the address /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: - has_many 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: - has_many 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}/payment_methods: get: operationId: GET/adyenGatewayId/payment_methods summary: Retrieve the payment methods associated to the adyen gateway description: Retrieve the payment methods associated to the adyen gateway tags: - has_many parameters: - name: adyenGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the adyen gateway /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: - has_many 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_gateways/{adyenGatewayId}/adyen_payments: get: operationId: GET/adyenGatewayId/adyen_payments summary: Retrieve the adyen payments associated to the adyen gateway description: Retrieve the adyen payments associated to the adyen gateway tags: - has_many parameters: - name: adyenGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The adyen_payments 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: - has_many 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: - has_many 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}/attachments: get: operationId: GET/authorizationId/attachments summary: Retrieve the attachments associated to the authorization description: Retrieve the attachments associated to the authorization tags: - has_many parameters: - name: authorizationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the authorization /authorizations/{authorizationId}/events: get: operationId: GET/authorizationId/events summary: Retrieve the events associated to the authorization description: Retrieve the events associated to the authorization tags: - has_many parameters: - name: authorizationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the authorization /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: - has_many 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 /authorizations/{authorizationId}/captures: get: operationId: GET/authorizationId/captures summary: Retrieve the captures associated to the authorization description: Retrieve the captures associated to the authorization tags: - has_many parameters: - name: authorizationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The captures associated to the authorization /authorizations/{authorizationId}/voids: get: operationId: GET/authorizationId/voids summary: Retrieve the voids associated to the authorization description: Retrieve the voids associated to the authorization tags: - has_many parameters: - name: authorizationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The voids associated to the authorization /avalara_accounts/{avalaraAccountId}/markets: get: operationId: GET/avalaraAccountId/markets summary: Retrieve the markets associated to the avalara account description: Retrieve the markets associated to the avalara account tags: - has_many parameters: - name: avalaraAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the avalara account /avalara_accounts/{avalaraAccountId}/attachments: get: operationId: GET/avalaraAccountId/attachments summary: Retrieve the attachments associated to the avalara account description: Retrieve the attachments associated to the avalara account tags: - has_many parameters: - name: avalaraAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the avalara account /avalara_accounts/{avalaraAccountId}/events: get: operationId: GET/avalaraAccountId/events summary: Retrieve the events associated to the avalara account description: Retrieve the events associated to the avalara account tags: - has_many parameters: - name: avalaraAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the avalara account /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: - has_many 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 /avalara_accounts/{avalaraAccountId}/tax_categories: get: operationId: GET/avalaraAccountId/tax_categories summary: Retrieve the tax categories associated to the avalara account description: Retrieve the tax categories associated to the avalara account tags: - has_many parameters: - name: avalaraAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tax_categories associated to the avalara account /axerve_gateways/{axerveGatewayId}/payment_methods: get: operationId: GET/axerveGatewayId/payment_methods summary: Retrieve the payment methods associated to the axerve gateway description: Retrieve the payment methods associated to the axerve gateway tags: - has_many parameters: - name: axerveGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the axerve gateway /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: - has_many 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_gateways/{axerveGatewayId}/axerve_payments: get: operationId: GET/axerveGatewayId/axerve_payments summary: Retrieve the axerve payments associated to the axerve gateway description: Retrieve the axerve payments associated to the axerve gateway tags: - has_many parameters: - name: axerveGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The axerve_payments 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: - has_many 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}/markets: get: operationId: GET/bingGeocoderId/markets summary: Retrieve the markets associated to the bing geocoder description: Retrieve the markets associated to the bing geocoder tags: - has_many parameters: - name: bingGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the bing geocoder /bing_geocoders/{bingGeocoderId}/addresses: get: operationId: GET/bingGeocoderId/addresses summary: Retrieve the addresses associated to the bing geocoder description: Retrieve the addresses associated to the bing geocoder tags: - has_many parameters: - name: bingGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The addresses associated to the bing geocoder /bing_geocoders/{bingGeocoderId}/attachments: get: operationId: GET/bingGeocoderId/attachments summary: Retrieve the attachments associated to the bing geocoder description: Retrieve the attachments associated to the bing geocoder tags: - has_many parameters: - name: bingGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the bing geocoder /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: - has_many 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}/payment_methods: get: operationId: GET/braintreeGatewayId/payment_methods summary: Retrieve the payment methods associated to the braintree gateway description: Retrieve the payment methods associated to the braintree gateway tags: - has_many parameters: - name: braintreeGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the braintree gateway /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: - has_many 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_gateways/{braintreeGatewayId}/braintree_payments: get: operationId: GET/braintreeGatewayId/braintree_payments summary: Retrieve the braintree payments associated to the braintree gateway description: Retrieve the braintree payments associated to the braintree gateway tags: - has_many parameters: - name: braintreeGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The braintree_payments 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: - has_many 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}/skus: get: operationId: GET/bundleId/skus summary: Retrieve the skus associated to the bundle description: Retrieve the skus associated to the bundle tags: - has_many parameters: - name: bundleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the bundle /bundles/{bundleId}/attachments: get: operationId: GET/bundleId/attachments summary: Retrieve the attachments associated to the bundle description: Retrieve the attachments associated to the bundle tags: - has_many parameters: - name: bundleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the bundle /bundles/{bundleId}/events: get: operationId: GET/bundleId/events summary: Retrieve the events associated to the bundle description: Retrieve the events associated to the bundle tags: - has_many parameters: - name: bundleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the bundle /bundles/{bundleId}/tags: get: operationId: GET/bundleId/tags summary: Retrieve the tags associated to the bundle description: Retrieve the tags associated to the bundle tags: - has_many parameters: - name: bundleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the bundle /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: - has_many 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}/coupons: get: operationId: GET/buyXPayYPromotionId/coupons summary: Retrieve the coupons associated to the buy x pay y promotion description: Retrieve the coupons associated to the buy x pay y promotion tags: - has_many parameters: - name: buyXPayYPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the buy x pay y promotion /buy_x_pay_y_promotions/{buyXPayYPromotionId}/attachments: get: operationId: GET/buyXPayYPromotionId/attachments summary: Retrieve the attachments associated to the buy x pay y promotion description: Retrieve the attachments associated to the buy x pay y promotion tags: - has_many parameters: - name: buyXPayYPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the buy x pay y promotion /buy_x_pay_y_promotions/{buyXPayYPromotionId}/events: get: operationId: GET/buyXPayYPromotionId/events summary: Retrieve the events associated to the buy x pay y promotion description: Retrieve the events associated to the buy x pay y promotion tags: - has_many parameters: - name: buyXPayYPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the buy x pay y promotion /buy_x_pay_y_promotions/{buyXPayYPromotionId}/tags: get: operationId: GET/buyXPayYPromotionId/tags summary: Retrieve the tags associated to the buy x pay y promotion description: Retrieve the tags associated to the buy x pay y promotion tags: - has_many parameters: - name: buyXPayYPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the buy x pay y promotion /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: - has_many 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 /buy_x_pay_y_promotions/{buyXPayYPromotionId}/skus: get: operationId: GET/buyXPayYPromotionId/skus summary: Retrieve the skus associated to the buy x pay y promotion description: Retrieve the skus associated to the buy x pay y promotion tags: - has_many parameters: - name: buyXPayYPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the buy x pay y promotion /captures/{captureId}/attachments: get: operationId: GET/captureId/attachments summary: Retrieve the attachments associated to the capture description: Retrieve the attachments associated to the capture tags: - has_many parameters: - name: captureId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the capture /captures/{captureId}/events: get: operationId: GET/captureId/events summary: Retrieve the events associated to the capture description: Retrieve the events associated to the capture tags: - has_many parameters: - name: captureId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the capture /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: - has_many 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 /captures/{captureId}/refunds: get: operationId: GET/captureId/refunds summary: Retrieve the refunds associated to the capture description: Retrieve the refunds associated to the capture tags: - has_many parameters: - name: captureId in: path schema: type: string required: true description: The resource's id responses: '200': description: The refunds associated to the capture /carrier_accounts/{carrierAccountId}/attachments: get: operationId: GET/carrierAccountId/attachments summary: Retrieve the attachments associated to the carrier account description: Retrieve the attachments associated to the carrier account tags: - has_many parameters: - name: carrierAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the carrier account /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: - has_many 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}/payment_methods: get: operationId: GET/checkoutComGatewayId/payment_methods summary: Retrieve the payment methods associated to the checkout.com gateway description: Retrieve the payment methods associated to the checkout.com gateway tags: - has_many parameters: - name: checkoutComGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the checkout.com gateway /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: - has_many 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_gateways/{checkoutComGatewayId}/checkout_com_payments: get: operationId: GET/checkoutComGatewayId/checkout_com_payments summary: Retrieve the checkout com payments associated to the checkout.com gateway description: Retrieve the checkout com payments associated to the checkout.com gateway tags: - has_many parameters: - name: checkoutComGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The checkout_com_payments 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: - has_many 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}/events: get: operationId: GET/cleanupId/events summary: Retrieve the events associated to the cleanup description: Retrieve the events associated to the cleanup tags: - has_many parameters: - name: cleanupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the cleanup /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: - has_many 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: - has_many 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_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons: get: operationId: GET/couponCodesPromotionRuleId/coupons summary: Retrieve the coupons associated to the coupon codes promotion rule description: Retrieve the coupons associated to the coupon codes promotion rule tags: - has_many parameters: - name: couponCodesPromotionRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons 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: - has_many 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 /coupon_recipients/{couponRecipientId}/attachments: get: operationId: GET/couponRecipientId/attachments summary: Retrieve the attachments associated to the coupon recipient description: Retrieve the attachments associated to the coupon recipient tags: - has_many parameters: - name: couponRecipientId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the coupon recipient /coupons/{couponId}/events: get: operationId: GET/couponId/events summary: Retrieve the events associated to the coupon description: Retrieve the events associated to the coupon tags: - has_many parameters: - name: couponId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the coupon /coupons/{couponId}/tags: get: operationId: GET/couponId/tags summary: Retrieve the tags associated to the coupon description: Retrieve the tags associated to the coupon tags: - has_many parameters: - name: couponId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the coupon /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: - has_many 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: - has_many 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}/events: get: operationId: GET/customerAddressId/events summary: Retrieve the events associated to the customer address description: Retrieve the events associated to the customer address tags: - has_many parameters: - name: customerAddressId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the customer address /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: - has_many 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}/customers: get: operationId: GET/customerGroupId/customers summary: Retrieve the customers associated to the customer group description: Retrieve the customers associated to the customer group tags: - has_many parameters: - name: customerGroupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The customers associated to the customer group /customer_groups/{customerGroupId}/markets: get: operationId: GET/customerGroupId/markets summary: Retrieve the markets associated to the customer group description: Retrieve the markets associated to the customer group tags: - has_many parameters: - name: customerGroupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the customer group /customer_groups/{customerGroupId}/attachments: get: operationId: GET/customerGroupId/attachments summary: Retrieve the attachments associated to the customer group description: Retrieve the attachments associated to the customer group tags: - has_many parameters: - name: customerGroupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the customer group /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: - has_many 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}/events: get: operationId: GET/customerPasswordResetId/events summary: Retrieve the events associated to the customer password reset description: Retrieve the events associated to the customer password reset tags: - has_many parameters: - name: customerPasswordResetId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the customer password reset /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: - has_many 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: - has_many 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}/events: get: operationId: GET/customerSubscriptionId/events summary: Retrieve the events associated to the customer subscription description: Retrieve the events associated to the customer subscription tags: - has_many parameters: - name: customerSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the customer subscription /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: - has_many 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}/customer_addresses: get: operationId: GET/customerId/customer_addresses summary: Retrieve the customer addresses associated to the customer description: Retrieve the customer addresses associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The customer_addresses associated to the customer /customers/{customerId}/customer_payment_sources: get: operationId: GET/customerId/customer_payment_sources summary: Retrieve the customer payment sources associated to the customer description: Retrieve the customer payment sources associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The customer_payment_sources associated to the customer /customers/{customerId}/customer_subscriptions: get: operationId: GET/customerId/customer_subscriptions summary: Retrieve the customer subscriptions associated to the customer description: Retrieve the customer subscriptions associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The customer_subscriptions associated to the customer /customers/{customerId}/orders: get: operationId: GET/customerId/orders summary: Retrieve the orders associated to the customer description: Retrieve the orders associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The orders associated to the customer /customers/{customerId}/order_subscriptions: get: operationId: GET/customerId/order_subscriptions summary: Retrieve the order subscriptions associated to the customer description: Retrieve the order subscriptions associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_subscriptions associated to the customer /customers/{customerId}/returns: get: operationId: GET/customerId/returns summary: Retrieve the returns associated to the customer description: Retrieve the returns associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The returns associated to the customer /customers/{customerId}/sku_lists: get: operationId: GET/customerId/sku_lists summary: Retrieve the sku lists associated to the customer description: Retrieve the sku lists associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The sku_lists associated to the customer /customers/{customerId}/attachments: get: operationId: GET/customerId/attachments summary: Retrieve the attachments associated to the customer description: Retrieve the attachments associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the customer /customers/{customerId}/events: get: operationId: GET/customerId/events summary: Retrieve the events associated to the customer description: Retrieve the events associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the customer /customers/{customerId}/tags: get: operationId: GET/customerId/tags summary: Retrieve the tags associated to the customer description: Retrieve the tags associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the customer /customers/{customerId}/jwt_markets: get: operationId: GET/customerId/jwt_markets summary: Retrieve the jwt markets associated to the customer description: Retrieve the jwt markets associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_markets associated to the customer /customers/{customerId}/jwt_stock_locations: get: operationId: GET/customerId/jwt_stock_locations summary: Retrieve the jwt stock locations associated to the customer description: Retrieve the jwt stock locations associated to the customer tags: - has_many parameters: - name: customerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_stock_locations associated to the customer /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: - has_many 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}/attachments: get: operationId: GET/deliveryLeadTimeId/attachments summary: Retrieve the attachments associated to the delivery lead time description: Retrieve the attachments associated to the delivery lead time tags: - has_many parameters: - name: deliveryLeadTimeId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the delivery lead time /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: - has_many 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: - has_many 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}/markets: get: operationId: GET/discountEngineId/markets summary: Retrieve the markets associated to the discount engine description: Retrieve the markets associated to the discount engine tags: - has_many parameters: - name: discountEngineId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the discount engine /discount_engines/{discountEngineId}/discount_engine_items: get: operationId: GET/discountEngineId/discount_engine_items summary: Retrieve the discount engine items associated to the discount engine description: Retrieve the discount engine items associated to the discount engine tags: - has_many parameters: - name: discountEngineId in: path schema: type: string required: true description: The resource's id responses: '200': description: The discount_engine_items associated to the discount engine /discount_engines/{discountEngineId}/attachments: get: operationId: GET/discountEngineId/attachments summary: Retrieve the attachments associated to the discount engine description: Retrieve the attachments associated to the discount engine tags: - has_many parameters: - name: discountEngineId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the discount engine /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: - has_many 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}/parcels: get: operationId: GET/easypostPickupId/parcels summary: Retrieve the parcels associated to the easypost pickup description: Retrieve the parcels associated to the easypost pickup tags: - has_many parameters: - name: easypostPickupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The parcels associated to the easypost pickup /easypost_pickups/{easypostPickupId}/events: get: operationId: GET/easypostPickupId/events summary: Retrieve the events associated to the easypost pickup description: Retrieve the events associated to the easypost pickup tags: - has_many parameters: - name: easypostPickupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the easypost pickup /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: - has_many 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: - has_many 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 /events/{eventId}/webhooks: get: operationId: GET/eventId/webhooks summary: Retrieve the webhooks associated to the event description: Retrieve the webhooks associated to the event tags: - has_many parameters: - name: eventId in: path schema: type: string required: true description: The resource's id responses: '200': description: The webhooks associated to the event /events/{eventId}/last_event_callbacks: get: operationId: GET/eventId/last_event_callbacks summary: Retrieve the last event callbacks associated to the event description: Retrieve the last event callbacks associated to the event tags: - has_many parameters: - name: eventId in: path schema: type: string required: true description: The resource's id responses: '200': description: The last_event_callbacks associated to the event /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: - has_many 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}/events: get: operationId: GET/exportId/events summary: Retrieve the events associated to the export description: Retrieve the events associated to the export tags: - has_many parameters: - name: exportId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the export /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: - has_many 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}/payment_methods: get: operationId: GET/externalGatewayId/payment_methods summary: Retrieve the payment methods associated to the external gateway description: Retrieve the payment methods associated to the external gateway tags: - has_many parameters: - name: externalGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the external gateway /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: - has_many 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_gateways/{externalGatewayId}/external_payments: get: operationId: GET/externalGatewayId/external_payments summary: Retrieve the external payments associated to the external gateway description: Retrieve the external payments associated to the external gateway tags: - has_many parameters: - name: externalGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The external_payments 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: - has_many 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}/coupons: get: operationId: GET/externalPromotionId/coupons summary: Retrieve the coupons associated to the external promotion description: Retrieve the coupons associated to the external promotion tags: - has_many parameters: - name: externalPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the external promotion /external_promotions/{externalPromotionId}/attachments: get: operationId: GET/externalPromotionId/attachments summary: Retrieve the attachments associated to the external promotion description: Retrieve the attachments associated to the external promotion tags: - has_many parameters: - name: externalPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the external promotion /external_promotions/{externalPromotionId}/events: get: operationId: GET/externalPromotionId/events summary: Retrieve the events associated to the external promotion description: Retrieve the events associated to the external promotion tags: - has_many parameters: - name: externalPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the external promotion /external_promotions/{externalPromotionId}/tags: get: operationId: GET/externalPromotionId/tags summary: Retrieve the tags associated to the external promotion description: Retrieve the tags associated to the external promotion tags: - has_many parameters: - name: externalPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the external promotion /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: - has_many 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_promotions/{externalPromotionId}/skus: get: operationId: GET/externalPromotionId/skus summary: Retrieve the skus associated to the external promotion description: Retrieve the skus associated to the external promotion tags: - has_many parameters: - name: externalPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the external promotion /external_tax_calculators/{externalTaxCalculatorId}/markets: get: operationId: GET/externalTaxCalculatorId/markets summary: Retrieve the markets associated to the external tax calculator description: Retrieve the markets associated to the external tax calculator tags: - has_many parameters: - name: externalTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the external tax calculator /external_tax_calculators/{externalTaxCalculatorId}/attachments: get: operationId: GET/externalTaxCalculatorId/attachments summary: Retrieve the attachments associated to the external tax calculator description: Retrieve the attachments associated to the external tax calculator tags: - has_many parameters: - name: externalTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the external tax calculator /external_tax_calculators/{externalTaxCalculatorId}/events: get: operationId: GET/externalTaxCalculatorId/events summary: Retrieve the events associated to the external tax calculator description: Retrieve the events associated to the external tax calculator tags: - has_many parameters: - name: externalTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the external tax calculator /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: - has_many 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}/coupons: get: operationId: GET/fixedAmountPromotionId/coupons summary: Retrieve the coupons associated to the fixed amount promotion description: Retrieve the coupons associated to the fixed amount promotion tags: - has_many parameters: - name: fixedAmountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the fixed amount promotion /fixed_amount_promotions/{fixedAmountPromotionId}/attachments: get: operationId: GET/fixedAmountPromotionId/attachments summary: Retrieve the attachments associated to the fixed amount promotion description: Retrieve the attachments associated to the fixed amount promotion tags: - has_many parameters: - name: fixedAmountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the fixed amount promotion /fixed_amount_promotions/{fixedAmountPromotionId}/events: get: operationId: GET/fixedAmountPromotionId/events summary: Retrieve the events associated to the fixed amount promotion description: Retrieve the events associated to the fixed amount promotion tags: - has_many parameters: - name: fixedAmountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the fixed amount promotion /fixed_amount_promotions/{fixedAmountPromotionId}/tags: get: operationId: GET/fixedAmountPromotionId/tags summary: Retrieve the tags associated to the fixed amount promotion description: Retrieve the tags associated to the fixed amount promotion tags: - has_many parameters: - name: fixedAmountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the fixed amount promotion /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: - has_many 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_amount_promotions/{fixedAmountPromotionId}/skus: get: operationId: GET/fixedAmountPromotionId/skus summary: Retrieve the skus associated to the fixed amount promotion description: Retrieve the skus associated to the fixed amount promotion tags: - has_many parameters: - name: fixedAmountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the fixed amount promotion /fixed_price_promotions/{fixedPricePromotionId}/coupons: get: operationId: GET/fixedPricePromotionId/coupons summary: Retrieve the coupons associated to the fixed price promotion description: Retrieve the coupons associated to the fixed price promotion tags: - has_many parameters: - name: fixedPricePromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the fixed price promotion /fixed_price_promotions/{fixedPricePromotionId}/attachments: get: operationId: GET/fixedPricePromotionId/attachments summary: Retrieve the attachments associated to the fixed price promotion description: Retrieve the attachments associated to the fixed price promotion tags: - has_many parameters: - name: fixedPricePromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the fixed price promotion /fixed_price_promotions/{fixedPricePromotionId}/events: get: operationId: GET/fixedPricePromotionId/events summary: Retrieve the events associated to the fixed price promotion description: Retrieve the events associated to the fixed price promotion tags: - has_many parameters: - name: fixedPricePromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the fixed price promotion /fixed_price_promotions/{fixedPricePromotionId}/tags: get: operationId: GET/fixedPricePromotionId/tags summary: Retrieve the tags associated to the fixed price promotion description: Retrieve the tags associated to the fixed price promotion tags: - has_many parameters: - name: fixedPricePromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the fixed price 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: - has_many 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 /fixed_price_promotions/{fixedPricePromotionId}/skus: get: operationId: GET/fixedPricePromotionId/skus summary: Retrieve the skus associated to the fixed price promotion description: Retrieve the skus associated to the fixed price promotion tags: - has_many parameters: - name: fixedPricePromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the fixed price promotion /flex_promotions/{flexPromotionId}/coupons: get: operationId: GET/flexPromotionId/coupons summary: Retrieve the coupons associated to the flex promotion description: Retrieve the coupons associated to the flex promotion tags: - has_many parameters: - name: flexPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the flex promotion /flex_promotions/{flexPromotionId}/attachments: get: operationId: GET/flexPromotionId/attachments summary: Retrieve the attachments associated to the flex promotion description: Retrieve the attachments associated to the flex promotion tags: - has_many parameters: - name: flexPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the flex promotion /flex_promotions/{flexPromotionId}/events: get: operationId: GET/flexPromotionId/events summary: Retrieve the events associated to the flex promotion description: Retrieve the events associated to the flex promotion tags: - has_many parameters: - name: flexPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the flex promotion /flex_promotions/{flexPromotionId}/tags: get: operationId: GET/flexPromotionId/tags summary: Retrieve the tags associated to the flex promotion description: Retrieve the tags associated to the flex promotion tags: - has_many parameters: - name: flexPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the flex 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: - has_many 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}/coupons: get: operationId: GET/freeGiftPromotionId/coupons summary: Retrieve the coupons associated to the free gift promotion description: Retrieve the coupons associated to the free gift promotion tags: - has_many parameters: - name: freeGiftPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the free gift promotion /free_gift_promotions/{freeGiftPromotionId}/attachments: get: operationId: GET/freeGiftPromotionId/attachments summary: Retrieve the attachments associated to the free gift promotion description: Retrieve the attachments associated to the free gift promotion tags: - has_many parameters: - name: freeGiftPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the free gift promotion /free_gift_promotions/{freeGiftPromotionId}/events: get: operationId: GET/freeGiftPromotionId/events summary: Retrieve the events associated to the free gift promotion description: Retrieve the events associated to the free gift promotion tags: - has_many parameters: - name: freeGiftPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the free gift promotion /free_gift_promotions/{freeGiftPromotionId}/tags: get: operationId: GET/freeGiftPromotionId/tags summary: Retrieve the tags associated to the free gift promotion description: Retrieve the tags associated to the free gift promotion tags: - has_many parameters: - name: freeGiftPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the free gift 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: - has_many 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_gift_promotions/{freeGiftPromotionId}/skus: get: operationId: GET/freeGiftPromotionId/skus summary: Retrieve the skus associated to the free gift promotion description: Retrieve the skus associated to the free gift promotion tags: - has_many parameters: - name: freeGiftPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the free gift promotion /free_shipping_promotions/{freeShippingPromotionId}/coupons: get: operationId: GET/freeShippingPromotionId/coupons summary: Retrieve the coupons associated to the free shipping promotion description: Retrieve the coupons associated to the free shipping promotion tags: - has_many parameters: - name: freeShippingPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the free shipping promotion /free_shipping_promotions/{freeShippingPromotionId}/attachments: get: operationId: GET/freeShippingPromotionId/attachments summary: Retrieve the attachments associated to the free shipping promotion description: Retrieve the attachments associated to the free shipping promotion tags: - has_many parameters: - name: freeShippingPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the free shipping promotion /free_shipping_promotions/{freeShippingPromotionId}/events: get: operationId: GET/freeShippingPromotionId/events summary: Retrieve the events associated to the free shipping promotion description: Retrieve the events associated to the free shipping promotion tags: - has_many parameters: - name: freeShippingPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the free shipping promotion /free_shipping_promotions/{freeShippingPromotionId}/tags: get: operationId: GET/freeShippingPromotionId/tags summary: Retrieve the tags associated to the free shipping promotion description: Retrieve the tags associated to the free shipping promotion tags: - has_many parameters: - name: freeShippingPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the free shipping 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: - has_many 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}/markets: get: operationId: GET/geocoderId/markets summary: Retrieve the markets associated to the geocoder description: Retrieve the markets associated to the geocoder tags: - has_many parameters: - name: geocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the geocoder /geocoders/{geocoderId}/addresses: get: operationId: GET/geocoderId/addresses summary: Retrieve the addresses associated to the geocoder description: Retrieve the addresses associated to the geocoder tags: - has_many parameters: - name: geocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The addresses associated to the geocoder /geocoders/{geocoderId}/attachments: get: operationId: GET/geocoderId/attachments summary: Retrieve the attachments associated to the geocoder description: Retrieve the attachments associated to the geocoder tags: - has_many parameters: - name: geocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the geocoder /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: - has_many 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: - has_many 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_card_recipients/{giftCardRecipientId}/attachments: get: operationId: GET/giftCardRecipientId/attachments summary: Retrieve the attachments associated to the gift card recipient description: Retrieve the attachments associated to the gift card recipient tags: - has_many parameters: - name: giftCardRecipientId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the gift card recipient /gift_cards/{giftCardId}/attachments: get: operationId: GET/giftCardId/attachments summary: Retrieve the attachments associated to the gift card description: Retrieve the attachments associated to the gift card tags: - has_many parameters: - name: giftCardId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the gift card /gift_cards/{giftCardId}/events: get: operationId: GET/giftCardId/events summary: Retrieve the events associated to the gift card description: Retrieve the events associated to the gift card tags: - has_many parameters: - name: giftCardId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the gift card /gift_cards/{giftCardId}/tags: get: operationId: GET/giftCardId/tags summary: Retrieve the tags associated to the gift card description: Retrieve the tags associated to the gift card tags: - has_many parameters: - name: giftCardId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the gift card /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: - has_many 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}/markets: get: operationId: GET/googleGeocoderId/markets summary: Retrieve the markets associated to the google geocoder description: Retrieve the markets associated to the google geocoder tags: - has_many parameters: - name: googleGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the google geocoder /google_geocoders/{googleGeocoderId}/addresses: get: operationId: GET/googleGeocoderId/addresses summary: Retrieve the addresses associated to the google geocoder description: Retrieve the addresses associated to the google geocoder tags: - has_many parameters: - name: googleGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The addresses associated to the google geocoder /google_geocoders/{googleGeocoderId}/attachments: get: operationId: GET/googleGeocoderId/attachments summary: Retrieve the attachments associated to the google geocoder description: Retrieve the attachments associated to the google geocoder tags: - has_many parameters: - name: googleGeocoderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the google geocoder /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: - has_many 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}/events: get: operationId: GET/importId/events summary: Retrieve the events associated to the import description: Retrieve the events associated to the import tags: - has_many parameters: - name: importId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the import /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: - has_many 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}/events: get: operationId: GET/inStockSubscriptionId/events summary: Retrieve the events associated to the in stock subscription description: Retrieve the events associated to the in stock subscription tags: - has_many parameters: - name: inStockSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the in stock subscription /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: - has_many 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}/inventory_stock_locations: get: operationId: GET/inventoryModelId/inventory_stock_locations summary: Retrieve the inventory stock locations associated to the inventory model description: Retrieve the inventory stock locations associated to the inventory model tags: - has_many parameters: - name: inventoryModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The inventory_stock_locations associated to the inventory model /inventory_models/{inventoryModelId}/inventory_return_locations: get: operationId: GET/inventoryModelId/inventory_return_locations summary: Retrieve the inventory return locations associated to the inventory model description: Retrieve the inventory return locations associated to the inventory model tags: - has_many parameters: - name: inventoryModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The inventory_return_locations associated to the inventory model /inventory_models/{inventoryModelId}/attachments: get: operationId: GET/inventoryModelId/attachments summary: Retrieve the attachments associated to the inventory model description: Retrieve the attachments associated to the inventory model tags: - has_many parameters: - name: inventoryModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the inventory model /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: - has_many 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: - has_many 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: - has_many 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}/payment_methods: get: operationId: GET/klarnaGatewayId/payment_methods summary: Retrieve the payment methods associated to the klarna gateway description: Retrieve the payment methods associated to the klarna gateway tags: - has_many parameters: - name: klarnaGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the klarna gateway /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: - has_many parameters: - name: klarnaGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the klarna gateway /klarna_gateways/{klarnaGatewayId}/klarna_payments: get: operationId: GET/klarnaGatewayId/klarna_payments summary: Retrieve the klarna payments associated to the klarna gateway description: Retrieve the klarna payments associated to the klarna gateway tags: - has_many parameters: - name: klarnaGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The klarna_payments associated to the klarna gateway /klarna_payments/{klarnaPaymentId}/event_stores: get: operationId: GET/klarnaPaymentId/event_stores summary: Retrieve the event stores associated to the klarna payment description: Retrieve the event stores associated to the klarna payment tags: - has_many parameters: - name: klarnaPaymentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the klarna payment /line_item_options/{lineItemOptionId}/events: get: operationId: GET/lineItemOptionId/events summary: Retrieve the events associated to the line item option description: Retrieve the events associated to the line item option tags: - has_many parameters: - name: lineItemOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the line item option /line_item_options/{lineItemOptionId}/tags: get: operationId: GET/lineItemOptionId/tags summary: Retrieve the tags associated to the line item option description: Retrieve the tags associated to the line item option tags: - has_many parameters: - name: lineItemOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the line item option /line_item_options/{lineItemOptionId}/event_stores: get: operationId: GET/lineItemOptionId/event_stores summary: Retrieve the event stores associated to the line item option description: Retrieve the event stores associated to the line item option tags: - has_many parameters: - name: lineItemOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the line item option /line_items/{lineItemId}/line_item_options: get: operationId: GET/lineItemId/line_item_options summary: Retrieve the line item options associated to the line item description: Retrieve the line item options associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The line_item_options associated to the line item /line_items/{lineItemId}/return_line_items: get: operationId: GET/lineItemId/return_line_items summary: Retrieve the return line items associated to the line item description: Retrieve the return line items associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The return_line_items associated to the line item /line_items/{lineItemId}/stock_reservations: get: operationId: GET/lineItemId/stock_reservations summary: Retrieve the stock reservations associated to the line item description: Retrieve the stock reservations associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_reservations associated to the line item /line_items/{lineItemId}/stock_line_items: get: operationId: GET/lineItemId/stock_line_items summary: Retrieve the stock line items associated to the line item description: Retrieve the stock line items associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_line_items associated to the line item /line_items/{lineItemId}/stock_transfers: get: operationId: GET/lineItemId/stock_transfers summary: Retrieve the stock transfers associated to the line item description: Retrieve the stock transfers associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_transfers associated to the line item /line_items/{lineItemId}/notifications: get: operationId: GET/lineItemId/notifications summary: Retrieve the notifications associated to the line item description: Retrieve the notifications associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The notifications associated to the line item /line_items/{lineItemId}/events: get: operationId: GET/lineItemId/events summary: Retrieve the events associated to the line item description: Retrieve the events associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the line item /line_items/{lineItemId}/tags: get: operationId: GET/lineItemId/tags summary: Retrieve the tags associated to the line item description: Retrieve the tags associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the line item /line_items/{lineItemId}/event_stores: get: operationId: GET/lineItemId/event_stores summary: Retrieve the event stores associated to the line item description: Retrieve the event stores associated to the line item tags: - has_many parameters: - name: lineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the line item /links/{linkId}/events: get: operationId: GET/linkId/events summary: Retrieve the events associated to the link description: Retrieve the events associated to the link tags: - has_many parameters: - name: linkId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the link /links/{linkId}/event_stores: get: operationId: GET/linkId/event_stores summary: Retrieve the event stores associated to the link description: Retrieve the event stores associated to the link tags: - has_many parameters: - name: linkId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the link /manual_gateways/{manualGatewayId}/payment_methods: get: operationId: GET/manualGatewayId/payment_methods summary: Retrieve the payment methods associated to the manual gateway description: Retrieve the payment methods associated to the manual gateway tags: - has_many parameters: - name: manualGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the manual gateway /manual_gateways/{manualGatewayId}/event_stores: get: operationId: GET/manualGatewayId/event_stores summary: Retrieve the event stores associated to the manual gateway description: Retrieve the event stores associated to the manual gateway tags: - has_many parameters: - name: manualGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the manual gateway /manual_tax_calculators/{manualTaxCalculatorId}/markets: get: operationId: GET/manualTaxCalculatorId/markets summary: Retrieve the markets associated to the manual tax calculator description: Retrieve the markets associated to the manual tax calculator tags: - has_many parameters: - name: manualTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the manual tax calculator /manual_tax_calculators/{manualTaxCalculatorId}/attachments: get: operationId: GET/manualTaxCalculatorId/attachments summary: Retrieve the attachments associated to the manual tax calculator description: Retrieve the attachments associated to the manual tax calculator tags: - has_many parameters: - name: manualTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the manual tax calculator /manual_tax_calculators/{manualTaxCalculatorId}/events: get: operationId: GET/manualTaxCalculatorId/events summary: Retrieve the events associated to the manual tax calculator description: Retrieve the events associated to the manual tax calculator tags: - has_many parameters: - name: manualTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the manual tax calculator /manual_tax_calculators/{manualTaxCalculatorId}/event_stores: get: operationId: GET/manualTaxCalculatorId/event_stores summary: Retrieve the event stores associated to the manual tax calculator description: Retrieve the event stores associated to the manual tax calculator tags: - has_many parameters: - name: manualTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the manual tax calculator /manual_tax_calculators/{manualTaxCalculatorId}/tax_rules: get: operationId: GET/manualTaxCalculatorId/tax_rules summary: Retrieve the tax rules associated to the manual tax calculator description: Retrieve the tax rules associated to the manual tax calculator tags: - has_many parameters: - name: manualTaxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tax_rules associated to the manual tax calculator /markets/{marketId}/stores: get: operationId: GET/marketId/stores summary: Retrieve the stores associated to the market description: Retrieve the stores associated to the market tags: - has_many parameters: - name: marketId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stores associated to the market /markets/{marketId}/price_list_schedulers: get: operationId: GET/marketId/price_list_schedulers summary: Retrieve the price list schedulers associated to the market description: Retrieve the price list schedulers associated to the market tags: - has_many parameters: - name: marketId in: path schema: type: string required: true description: The resource's id responses: '200': description: The price_list_schedulers associated to the market /markets/{marketId}/attachments: get: operationId: GET/marketId/attachments summary: Retrieve the attachments associated to the market description: Retrieve the attachments associated to the market tags: - has_many parameters: - name: marketId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the market /markets/{marketId}/event_stores: get: operationId: GET/marketId/event_stores summary: Retrieve the event stores associated to the market description: Retrieve the event stores associated to the market tags: - has_many parameters: - name: marketId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the market /merchants/{merchantId}/attachments: get: operationId: GET/merchantId/attachments summary: Retrieve the attachments associated to the merchant description: Retrieve the attachments associated to the merchant tags: - has_many parameters: - name: merchantId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the merchant /merchants/{merchantId}/event_stores: get: operationId: GET/merchantId/event_stores summary: Retrieve the event stores associated to the merchant description: Retrieve the event stores associated to the merchant tags: - has_many parameters: - name: merchantId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the merchant /notifications/{notificationId}/event_stores: get: operationId: GET/notificationId/event_stores summary: Retrieve the event stores associated to the notification description: Retrieve the event stores associated to the notification tags: - has_many parameters: - name: notificationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the notification /order_amount_promotion_rules/{orderAmountPromotionRuleId}/event_stores: get: operationId: GET/orderAmountPromotionRuleId/event_stores summary: Retrieve the event stores associated to the order amount promotion rule description: Retrieve the event stores associated to the order amount promotion rule tags: - has_many parameters: - name: orderAmountPromotionRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order amount promotion rule /order_copies/{orderCopyId}/events: get: operationId: GET/orderCopyId/events summary: Retrieve the events associated to the order copy description: Retrieve the events associated to the order copy tags: - has_many parameters: - name: orderCopyId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the order copy /order_copies/{orderCopyId}/event_stores: get: operationId: GET/orderCopyId/event_stores summary: Retrieve the event stores associated to the order copy description: Retrieve the event stores associated to the order copy tags: - has_many parameters: - name: orderCopyId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order copy /order_factories/{orderFactoryId}/events: get: operationId: GET/orderFactoryId/events summary: Retrieve the events associated to the order factory description: Retrieve the events associated to the order factory tags: - has_many parameters: - name: orderFactoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the order factory /order_factories/{orderFactoryId}/event_stores: get: operationId: GET/orderFactoryId/event_stores summary: Retrieve the event stores associated to the order factory description: Retrieve the event stores associated to the order factory tags: - has_many parameters: - name: orderFactoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order factory /order_subscription_items/{orderSubscriptionItemId}/event_stores: get: operationId: GET/orderSubscriptionItemId/event_stores summary: Retrieve the event stores associated to the order subscription item description: Retrieve the event stores associated to the order subscription item tags: - has_many parameters: - name: orderSubscriptionItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order subscription item /order_subscriptions/{orderSubscriptionId}/order_subscription_items: get: operationId: GET/orderSubscriptionId/order_subscription_items summary: Retrieve the order subscription items associated to the order subscription description: Retrieve the order subscription items associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_subscription_items associated to the order subscription /order_subscriptions/{orderSubscriptionId}/order_factories: get: operationId: GET/orderSubscriptionId/order_factories summary: Retrieve the order factories associated to the order subscription description: Retrieve the order factories associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_factories associated to the order subscription /order_subscriptions/{orderSubscriptionId}/recurring_order_copies: get: operationId: GET/orderSubscriptionId/recurring_order_copies summary: Retrieve the recurring order copies associated to the order subscription description: Retrieve the recurring order copies associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The recurring_order_copies associated to the order subscription /order_subscriptions/{orderSubscriptionId}/orders: get: operationId: GET/orderSubscriptionId/orders summary: Retrieve the orders associated to the order subscription description: Retrieve the orders associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The orders associated to the order subscription /order_subscriptions/{orderSubscriptionId}/events: get: operationId: GET/orderSubscriptionId/events summary: Retrieve the events associated to the order subscription description: Retrieve the events associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the order subscription /order_subscriptions/{orderSubscriptionId}/tags: get: operationId: GET/orderSubscriptionId/tags summary: Retrieve the tags associated to the order subscription description: Retrieve the tags associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the order subscription /order_subscriptions/{orderSubscriptionId}/event_stores: get: operationId: GET/orderSubscriptionId/event_stores summary: Retrieve the event stores associated to the order subscription description: Retrieve the event stores associated to the order subscription tags: - has_many parameters: - name: orderSubscriptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order subscription /orders/{orderId}/available_payment_methods: get: operationId: GET/orderId/available_payment_methods summary: Retrieve the available payment methods associated to the order description: Retrieve the available payment methods associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The available_payment_methods associated to the order /orders/{orderId}/available_customer_payment_sources: get: operationId: GET/orderId/available_customer_payment_sources summary: Retrieve the available customer payment sources associated to the order description: Retrieve the available customer payment sources associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The available_customer_payment_sources associated to the order /orders/{orderId}/available_free_skus: get: operationId: GET/orderId/available_free_skus summary: Retrieve the available free skus associated to the order description: Retrieve the available free skus associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The available_free_skus associated to the order /orders/{orderId}/available_free_bundles: get: operationId: GET/orderId/available_free_bundles summary: Retrieve the available free bundles associated to the order description: Retrieve the available free bundles associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The available_free_bundles associated to the order /orders/{orderId}/line_items: get: operationId: GET/orderId/line_items summary: Retrieve the line items associated to the order description: Retrieve the line items associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The line_items associated to the order /orders/{orderId}/line_item_options: get: operationId: GET/orderId/line_item_options summary: Retrieve the line item options associated to the order description: Retrieve the line item options associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The line_item_options associated to the order /orders/{orderId}/stock_reservations: get: operationId: GET/orderId/stock_reservations summary: Retrieve the stock reservations associated to the order description: Retrieve the stock reservations associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_reservations associated to the order /orders/{orderId}/stock_line_items: get: operationId: GET/orderId/stock_line_items summary: Retrieve the stock line items associated to the order description: Retrieve the stock line items associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_line_items associated to the order /orders/{orderId}/stock_transfers: get: operationId: GET/orderId/stock_transfers summary: Retrieve the stock transfers associated to the order description: Retrieve the stock transfers associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_transfers associated to the order /orders/{orderId}/shipments: get: operationId: GET/orderId/shipments summary: Retrieve the shipments associated to the order description: Retrieve the shipments associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The shipments associated to the order /orders/{orderId}/payment_options: get: operationId: GET/orderId/payment_options summary: Retrieve the payment options associated to the order description: Retrieve the payment options associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_options associated to the order /orders/{orderId}/authorizations: get: operationId: GET/orderId/authorizations summary: Retrieve the authorizations associated to the order description: Retrieve the authorizations associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The authorizations associated to the order /orders/{orderId}/captures: get: operationId: GET/orderId/captures summary: Retrieve the captures associated to the order description: Retrieve the captures associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The captures associated to the order /orders/{orderId}/voids: get: operationId: GET/orderId/voids summary: Retrieve the voids associated to the order description: Retrieve the voids associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The voids associated to the order /orders/{orderId}/refunds: get: operationId: GET/orderId/refunds summary: Retrieve the refunds associated to the order description: Retrieve the refunds associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The refunds associated to the order /orders/{orderId}/returns: get: operationId: GET/orderId/returns summary: Retrieve the returns associated to the order description: Retrieve the returns associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The returns associated to the order /orders/{orderId}/order_subscriptions: get: operationId: GET/orderId/order_subscriptions summary: Retrieve the order subscriptions associated to the order description: Retrieve the order subscriptions associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_subscriptions associated to the order /orders/{orderId}/order_factories: get: operationId: GET/orderId/order_factories summary: Retrieve the order factories associated to the order description: Retrieve the order factories associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_factories associated to the order /orders/{orderId}/order_copies: get: operationId: GET/orderId/order_copies summary: Retrieve the order copies associated to the order description: Retrieve the order copies associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_copies associated to the order /orders/{orderId}/recurring_order_copies: get: operationId: GET/orderId/recurring_order_copies summary: Retrieve the recurring order copies associated to the order description: Retrieve the recurring order copies associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The recurring_order_copies associated to the order /orders/{orderId}/attachments: get: operationId: GET/orderId/attachments summary: Retrieve the attachments associated to the order description: Retrieve the attachments associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the order /orders/{orderId}/notifications: get: operationId: GET/orderId/notifications summary: Retrieve the notifications associated to the order description: Retrieve the notifications associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The notifications associated to the order /orders/{orderId}/links: get: operationId: GET/orderId/links summary: Retrieve the links associated to the order description: Retrieve the links associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The links associated to the order /orders/{orderId}/resource_errors: get: operationId: GET/orderId/resource_errors summary: Retrieve the resource errors associated to the order description: Retrieve the resource errors associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The resource_errors associated to the order /orders/{orderId}/events: get: operationId: GET/orderId/events summary: Retrieve the events associated to the order description: Retrieve the events associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the order /orders/{orderId}/tags: get: operationId: GET/orderId/tags summary: Retrieve the tags associated to the order description: Retrieve the tags associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the order /orders/{orderId}/event_stores: get: operationId: GET/orderId/event_stores summary: Retrieve the event stores associated to the order description: Retrieve the event stores associated to the order tags: - has_many parameters: - name: orderId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the order /organization/{organizationId}/event_stores: get: operationId: GET/organizationId/event_stores summary: Retrieve the event stores associated to the organization description: Retrieve the event stores associated to the organization tags: - has_many parameters: - name: organizationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the organization /packages/{packageId}/parcels: get: operationId: GET/packageId/parcels summary: Retrieve the parcels associated to the package description: Retrieve the parcels associated to the package tags: - has_many parameters: - name: packageId in: path schema: type: string required: true description: The resource's id responses: '200': description: The parcels associated to the package /packages/{packageId}/attachments: get: operationId: GET/packageId/attachments summary: Retrieve the attachments associated to the package description: Retrieve the attachments associated to the package tags: - has_many parameters: - name: packageId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the package /packages/{packageId}/event_stores: get: operationId: GET/packageId/event_stores summary: Retrieve the event stores associated to the package description: Retrieve the event stores associated to the package tags: - has_many parameters: - name: packageId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the package /parcel_line_items/{parcelLineItemId}/event_stores: get: operationId: GET/parcelLineItemId/event_stores summary: Retrieve the event stores associated to the parcel line item description: Retrieve the event stores associated to the parcel line item tags: - has_many parameters: - name: parcelLineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the parcel line item /parcels/{parcelId}/parcel_line_items: get: operationId: GET/parcelId/parcel_line_items summary: Retrieve the parcel line items associated to the parcel description: Retrieve the parcel line items associated to the parcel tags: - has_many parameters: - name: parcelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The parcel_line_items associated to the parcel /parcels/{parcelId}/attachments: get: operationId: GET/parcelId/attachments summary: Retrieve the attachments associated to the parcel description: Retrieve the attachments associated to the parcel tags: - has_many parameters: - name: parcelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the parcel /parcels/{parcelId}/events: get: operationId: GET/parcelId/events summary: Retrieve the events associated to the parcel description: Retrieve the events associated to the parcel tags: - has_many parameters: - name: parcelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the parcel /parcels/{parcelId}/event_stores: get: operationId: GET/parcelId/event_stores summary: Retrieve the event stores associated to the parcel description: Retrieve the event stores associated to the parcel tags: - has_many parameters: - name: parcelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the parcel /payment_gateways/{paymentGatewayId}/payment_methods: get: operationId: GET/paymentGatewayId/payment_methods summary: Retrieve the payment methods associated to the payment gateway description: Retrieve the payment methods associated to the payment gateway tags: - has_many parameters: - name: paymentGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the payment gateway /payment_gateways/{paymentGatewayId}/event_stores: get: operationId: GET/paymentGatewayId/event_stores summary: Retrieve the event stores associated to the payment gateway description: Retrieve the event stores associated to the payment gateway tags: - has_many parameters: - name: paymentGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the payment gateway /payment_methods/{paymentMethodId}/attachments: get: operationId: GET/paymentMethodId/attachments summary: Retrieve the attachments associated to the payment method description: Retrieve the attachments associated to the payment method tags: - has_many parameters: - name: paymentMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the payment method /payment_methods/{paymentMethodId}/event_stores: get: operationId: GET/paymentMethodId/event_stores summary: Retrieve the event stores associated to the payment method description: Retrieve the event stores associated to the payment method tags: - has_many parameters: - name: paymentMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the payment method /payment_options/{paymentOptionId}/attachments: get: operationId: GET/paymentOptionId/attachments summary: Retrieve the attachments associated to the payment option description: Retrieve the attachments associated to the payment option tags: - has_many parameters: - name: paymentOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the payment option /payment_options/{paymentOptionId}/event_stores: get: operationId: GET/paymentOptionId/event_stores summary: Retrieve the event stores associated to the payment option description: Retrieve the event stores associated to the payment option tags: - has_many parameters: - name: paymentOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the payment option /paypal_gateways/{paypalGatewayId}/payment_methods: get: operationId: GET/paypalGatewayId/payment_methods summary: Retrieve the payment methods associated to the paypal gateway description: Retrieve the payment methods associated to the paypal gateway tags: - has_many parameters: - name: paypalGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the paypal gateway /paypal_gateways/{paypalGatewayId}/event_stores: get: operationId: GET/paypalGatewayId/event_stores summary: Retrieve the event stores associated to the paypal gateway description: Retrieve the event stores associated to the paypal gateway tags: - has_many parameters: - name: paypalGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the paypal gateway /paypal_gateways/{paypalGatewayId}/paypal_payments: get: operationId: GET/paypalGatewayId/paypal_payments summary: Retrieve the paypal payments associated to the paypal gateway description: Retrieve the paypal payments associated to the paypal gateway tags: - has_many parameters: - name: paypalGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The paypal_payments associated to the paypal gateway /paypal_payments/{paypalPaymentId}/event_stores: get: operationId: GET/paypalPaymentId/event_stores summary: Retrieve the event stores associated to the paypal payment description: Retrieve the event stores associated to the paypal payment tags: - has_many parameters: - name: paypalPaymentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the paypal payment /percentage_discount_promotions/{percentageDiscountPromotionId}/coupons: get: operationId: GET/percentageDiscountPromotionId/coupons summary: Retrieve the coupons associated to the percentage discount promotion description: Retrieve the coupons associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the percentage discount promotion /percentage_discount_promotions/{percentageDiscountPromotionId}/attachments: get: operationId: GET/percentageDiscountPromotionId/attachments summary: Retrieve the attachments associated to the percentage discount promotion description: Retrieve the attachments associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the percentage discount promotion /percentage_discount_promotions/{percentageDiscountPromotionId}/events: get: operationId: GET/percentageDiscountPromotionId/events summary: Retrieve the events associated to the percentage discount promotion description: Retrieve the events associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the percentage discount promotion /percentage_discount_promotions/{percentageDiscountPromotionId}/tags: get: operationId: GET/percentageDiscountPromotionId/tags summary: Retrieve the tags associated to the percentage discount promotion description: Retrieve the tags associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the percentage discount promotion /percentage_discount_promotions/{percentageDiscountPromotionId}/event_stores: get: operationId: GET/percentageDiscountPromotionId/event_stores summary: Retrieve the event stores associated to the percentage discount promotion description: Retrieve the event stores associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the percentage discount promotion /percentage_discount_promotions/{percentageDiscountPromotionId}/skus: get: operationId: GET/percentageDiscountPromotionId/skus summary: Retrieve the skus associated to the percentage discount promotion description: Retrieve the skus associated to the percentage discount promotion tags: - has_many parameters: - name: percentageDiscountPromotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the percentage discount promotion /pickups/{pickupId}/parcels: get: operationId: GET/pickupId/parcels summary: Retrieve the parcels associated to the pickup description: Retrieve the parcels associated to the pickup tags: - has_many parameters: - name: pickupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The parcels associated to the pickup /pickups/{pickupId}/events: get: operationId: GET/pickupId/events summary: Retrieve the events associated to the pickup description: Retrieve the events associated to the pickup tags: - has_many parameters: - name: pickupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the pickup /pickups/{pickupId}/event_stores: get: operationId: GET/pickupId/event_stores summary: Retrieve the event stores associated to the pickup description: Retrieve the event stores associated to the pickup tags: - has_many parameters: - name: pickupId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the pickup /price_frequency_tiers/{priceFrequencyTierId}/attachments: get: operationId: GET/priceFrequencyTierId/attachments summary: Retrieve the attachments associated to the price frequency tier description: Retrieve the attachments associated to the price frequency tier tags: - has_many parameters: - name: priceFrequencyTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the price frequency tier /price_frequency_tiers/{priceFrequencyTierId}/event_stores: get: operationId: GET/priceFrequencyTierId/event_stores summary: Retrieve the event stores associated to the price frequency tier description: Retrieve the event stores associated to the price frequency tier tags: - has_many parameters: - name: priceFrequencyTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price frequency tier /price_frequency_tiers/{priceFrequencyTierId}/events: get: operationId: GET/priceFrequencyTierId/events summary: Retrieve the events associated to the price frequency tier description: Retrieve the events associated to the price frequency tier tags: - has_many parameters: - name: priceFrequencyTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the price frequency tier /price_list_schedulers/{priceListSchedulerId}/events: get: operationId: GET/priceListSchedulerId/events summary: Retrieve the events associated to the price list scheduler description: Retrieve the events associated to the price list scheduler tags: - has_many parameters: - name: priceListSchedulerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the price list scheduler /price_list_schedulers/{priceListSchedulerId}/event_stores: get: operationId: GET/priceListSchedulerId/event_stores summary: Retrieve the event stores associated to the price list scheduler description: Retrieve the event stores associated to the price list scheduler tags: - has_many parameters: - name: priceListSchedulerId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price list scheduler /price_lists/{priceListId}/prices: get: operationId: GET/priceListId/prices summary: Retrieve the prices associated to the price list description: Retrieve the prices associated to the price list tags: - has_many parameters: - name: priceListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The prices associated to the price list /price_lists/{priceListId}/price_list_schedulers: get: operationId: GET/priceListId/price_list_schedulers summary: Retrieve the price list schedulers associated to the price list description: Retrieve the price list schedulers associated to the price list tags: - has_many parameters: - name: priceListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The price_list_schedulers associated to the price list /price_lists/{priceListId}/attachments: get: operationId: GET/priceListId/attachments summary: Retrieve the attachments associated to the price list description: Retrieve the attachments associated to the price list tags: - has_many parameters: - name: priceListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the price list /price_lists/{priceListId}/event_stores: get: operationId: GET/priceListId/event_stores summary: Retrieve the event stores associated to the price list description: Retrieve the event stores associated to the price list tags: - has_many parameters: - name: priceListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price list /price_tiers/{priceTierId}/attachments: get: operationId: GET/priceTierId/attachments summary: Retrieve the attachments associated to the price tier description: Retrieve the attachments associated to the price tier tags: - has_many parameters: - name: priceTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the price tier /price_tiers/{priceTierId}/event_stores: get: operationId: GET/priceTierId/event_stores summary: Retrieve the event stores associated to the price tier description: Retrieve the event stores associated to the price tier tags: - has_many parameters: - name: priceTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price tier /price_volume_tiers/{priceVolumeTierId}/attachments: get: operationId: GET/priceVolumeTierId/attachments summary: Retrieve the attachments associated to the price volume tier description: Retrieve the attachments associated to the price volume tier tags: - has_many parameters: - name: priceVolumeTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the price volume tier /price_volume_tiers/{priceVolumeTierId}/event_stores: get: operationId: GET/priceVolumeTierId/event_stores summary: Retrieve the event stores associated to the price volume tier description: Retrieve the event stores associated to the price volume tier tags: - has_many parameters: - name: priceVolumeTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price volume tier /price_volume_tiers/{priceVolumeTierId}/events: get: operationId: GET/priceVolumeTierId/events summary: Retrieve the events associated to the price volume tier description: Retrieve the events associated to the price volume tier tags: - has_many parameters: - name: priceVolumeTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the price volume tier /prices/{priceId}/price_tiers: get: operationId: GET/priceId/price_tiers summary: Retrieve the price tiers associated to the price description: Retrieve the price tiers associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The price_tiers associated to the price /prices/{priceId}/price_volume_tiers: get: operationId: GET/priceId/price_volume_tiers summary: Retrieve the price volume tiers associated to the price description: Retrieve the price volume tiers associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The price_volume_tiers associated to the price /prices/{priceId}/price_frequency_tiers: get: operationId: GET/priceId/price_frequency_tiers summary: Retrieve the price frequency tiers associated to the price description: Retrieve the price frequency tiers associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The price_frequency_tiers associated to the price /prices/{priceId}/attachments: get: operationId: GET/priceId/attachments summary: Retrieve the attachments associated to the price description: Retrieve the attachments associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the price /prices/{priceId}/jwt_markets: get: operationId: GET/priceId/jwt_markets summary: Retrieve the jwt markets associated to the price description: Retrieve the jwt markets associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_markets associated to the price /prices/{priceId}/jwt_stock_locations: get: operationId: GET/priceId/jwt_stock_locations summary: Retrieve the jwt stock locations associated to the price description: Retrieve the jwt stock locations associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_stock_locations associated to the price /prices/{priceId}/event_stores: get: operationId: GET/priceId/event_stores summary: Retrieve the event stores associated to the price description: Retrieve the event stores associated to the price tags: - has_many parameters: - name: priceId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the price /promotion_rules/{promotionRuleId}/event_stores: get: operationId: GET/promotionRuleId/event_stores summary: Retrieve the event stores associated to the promotion rule description: Retrieve the event stores associated to the promotion rule tags: - has_many parameters: - name: promotionRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the promotion rule /promotions/{promotionId}/coupons: get: operationId: GET/promotionId/coupons summary: Retrieve the coupons associated to the promotion description: Retrieve the coupons associated to the promotion tags: - has_many parameters: - name: promotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The coupons associated to the promotion /promotions/{promotionId}/attachments: get: operationId: GET/promotionId/attachments summary: Retrieve the attachments associated to the promotion description: Retrieve the attachments associated to the promotion tags: - has_many parameters: - name: promotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the promotion /promotions/{promotionId}/events: get: operationId: GET/promotionId/events summary: Retrieve the events associated to the promotion description: Retrieve the events associated to the promotion tags: - has_many parameters: - name: promotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the promotion /promotions/{promotionId}/tags: get: operationId: GET/promotionId/tags summary: Retrieve the tags associated to the promotion description: Retrieve the tags associated to the promotion tags: - has_many parameters: - name: promotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the promotion /promotions/{promotionId}/event_stores: get: operationId: GET/promotionId/event_stores summary: Retrieve the event stores associated to the promotion description: Retrieve the event stores associated to the promotion tags: - has_many parameters: - name: promotionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the promotion /recurring_order_copies/{recurringOrderCopyId}/events: get: operationId: GET/recurringOrderCopyId/events summary: Retrieve the events associated to the recurring order copy description: Retrieve the events associated to the recurring order copy tags: - has_many parameters: - name: recurringOrderCopyId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the recurring order copy /recurring_order_copies/{recurringOrderCopyId}/event_stores: get: operationId: GET/recurringOrderCopyId/event_stores summary: Retrieve the event stores associated to the recurring order copy description: Retrieve the event stores associated to the recurring order copy tags: - has_many parameters: - name: recurringOrderCopyId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the recurring order copy /refunds/{refundId}/attachments: get: operationId: GET/refundId/attachments summary: Retrieve the attachments associated to the refund description: Retrieve the attachments associated to the refund tags: - has_many parameters: - name: refundId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the refund /refunds/{refundId}/events: get: operationId: GET/refundId/events summary: Retrieve the events associated to the refund description: Retrieve the events associated to the refund tags: - has_many parameters: - name: refundId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the refund /refunds/{refundId}/event_stores: get: operationId: GET/refundId/event_stores summary: Retrieve the event stores associated to the refund description: Retrieve the event stores associated to the refund tags: - has_many parameters: - name: refundId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the refund /reserved_stocks/{reservedStockId}/stock_reservations: get: operationId: GET/reservedStockId/stock_reservations summary: Retrieve the stock reservations associated to the reserved stock description: Retrieve the stock reservations associated to the reserved stock tags: - has_many parameters: - name: reservedStockId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_reservations associated to the reserved stock /reserved_stocks/{reservedStockId}/event_stores: get: operationId: GET/reservedStockId/event_stores summary: Retrieve the event stores associated to the reserved stock description: Retrieve the event stores associated to the reserved stock tags: - has_many parameters: - name: reservedStockId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the reserved stock /resource_errors/{resourceErrorId}/event_stores: get: operationId: GET/resourceErrorId/event_stores summary: Retrieve the event stores associated to the resource error description: Retrieve the event stores associated to the resource error tags: - has_many parameters: - name: resourceErrorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the resource error /return_line_items/{returnLineItemId}/event_stores: get: operationId: GET/returnLineItemId/event_stores summary: Retrieve the event stores associated to the return line item description: Retrieve the event stores associated to the return line item tags: - has_many parameters: - name: returnLineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the return line item /returns/{returnId}/return_line_items: get: operationId: GET/returnId/return_line_items summary: Retrieve the return line items associated to the return description: Retrieve the return line items associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The return_line_items associated to the return /returns/{returnId}/attachments: get: operationId: GET/returnId/attachments summary: Retrieve the attachments associated to the return description: Retrieve the attachments associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the return /returns/{returnId}/resource_errors: get: operationId: GET/returnId/resource_errors summary: Retrieve the resource errors associated to the return description: Retrieve the resource errors associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The resource_errors associated to the return /returns/{returnId}/events: get: operationId: GET/returnId/events summary: Retrieve the events associated to the return description: Retrieve the events associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the return /returns/{returnId}/tags: get: operationId: GET/returnId/tags summary: Retrieve the tags associated to the return description: Retrieve the tags associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the return /returns/{returnId}/event_stores: get: operationId: GET/returnId/event_stores summary: Retrieve the event stores associated to the return description: Retrieve the event stores associated to the return tags: - has_many parameters: - name: returnId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the return /satispay_gateways/{satispayGatewayId}/payment_methods: get: operationId: GET/satispayGatewayId/payment_methods summary: Retrieve the payment methods associated to the satispay gateway description: Retrieve the payment methods associated to the satispay gateway tags: - has_many parameters: - name: satispayGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the satispay gateway /satispay_gateways/{satispayGatewayId}/event_stores: get: operationId: GET/satispayGatewayId/event_stores summary: Retrieve the event stores associated to the satispay gateway description: Retrieve the event stores associated to the satispay gateway tags: - has_many parameters: - name: satispayGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the satispay gateway /satispay_gateways/{satispayGatewayId}/satispay_payments: get: operationId: GET/satispayGatewayId/satispay_payments summary: Retrieve the satispay payments associated to the satispay gateway description: Retrieve the satispay payments associated to the satispay gateway tags: - has_many parameters: - name: satispayGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The satispay_payments associated to the satispay gateway /satispay_payments/{satispayPaymentId}/event_stores: get: operationId: GET/satispayPaymentId/event_stores summary: Retrieve the event stores associated to the satispay payment description: Retrieve the event stores associated to the satispay payment tags: - has_many parameters: - name: satispayPaymentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the satispay payment /shipments/{shipmentId}/stock_line_items: get: operationId: GET/shipmentId/stock_line_items summary: Retrieve the stock line items associated to the shipment description: Retrieve the stock line items associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_line_items associated to the shipment /shipments/{shipmentId}/stock_transfers: get: operationId: GET/shipmentId/stock_transfers summary: Retrieve the stock transfers associated to the shipment description: Retrieve the stock transfers associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_transfers associated to the shipment /shipments/{shipmentId}/line_items: get: operationId: GET/shipmentId/line_items summary: Retrieve the line items associated to the shipment description: Retrieve the line items associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The line_items associated to the shipment /shipments/{shipmentId}/available_shipping_methods: get: operationId: GET/shipmentId/available_shipping_methods summary: Retrieve the available shipping methods associated to the shipment description: Retrieve the available shipping methods associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The available_shipping_methods associated to the shipment /shipments/{shipmentId}/carrier_accounts: get: operationId: GET/shipmentId/carrier_accounts summary: Retrieve the carrier accounts associated to the shipment description: Retrieve the carrier accounts associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The carrier_accounts associated to the shipment /shipments/{shipmentId}/parcels: get: operationId: GET/shipmentId/parcels summary: Retrieve the parcels associated to the shipment description: Retrieve the parcels associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The parcels associated to the shipment /shipments/{shipmentId}/attachments: get: operationId: GET/shipmentId/attachments summary: Retrieve the attachments associated to the shipment description: Retrieve the attachments associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipment /shipments/{shipmentId}/events: get: operationId: GET/shipmentId/events summary: Retrieve the events associated to the shipment description: Retrieve the events associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the shipment /shipments/{shipmentId}/tags: get: operationId: GET/shipmentId/tags summary: Retrieve the tags associated to the shipment description: Retrieve the tags associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the shipment /shipments/{shipmentId}/event_stores: get: operationId: GET/shipmentId/event_stores summary: Retrieve the event stores associated to the shipment description: Retrieve the event stores associated to the shipment tags: - has_many parameters: - name: shipmentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipment /shipping_categories/{shippingCategoryId}/skus: get: operationId: GET/shippingCategoryId/skus summary: Retrieve the skus associated to the shipping category description: Retrieve the skus associated to the shipping category tags: - has_many parameters: - name: shippingCategoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the shipping category /shipping_categories/{shippingCategoryId}/attachments: get: operationId: GET/shippingCategoryId/attachments summary: Retrieve the attachments associated to the shipping category description: Retrieve the attachments associated to the shipping category tags: - has_many parameters: - name: shippingCategoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipping category /shipping_categories/{shippingCategoryId}/event_stores: get: operationId: GET/shippingCategoryId/event_stores summary: Retrieve the event stores associated to the shipping category description: Retrieve the event stores associated to the shipping category tags: - has_many parameters: - name: shippingCategoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipping category /shipping_method_tiers/{shippingMethodTierId}/attachments: get: operationId: GET/shippingMethodTierId/attachments summary: Retrieve the attachments associated to the shipping method tier description: Retrieve the attachments associated to the shipping method tier tags: - has_many parameters: - name: shippingMethodTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipping method tier /shipping_method_tiers/{shippingMethodTierId}/event_stores: get: operationId: GET/shippingMethodTierId/event_stores summary: Retrieve the event stores associated to the shipping method tier description: Retrieve the event stores associated to the shipping method tier tags: - has_many parameters: - name: shippingMethodTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipping method tier /shipping_methods/{shippingMethodId}/shipping_method_tiers: get: operationId: GET/shippingMethodId/shipping_method_tiers summary: Retrieve the shipping method tiers associated to the shipping method description: Retrieve the shipping method tiers associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The shipping_method_tiers associated to the shipping method /shipping_methods/{shippingMethodId}/shipping_weight_tiers: get: operationId: GET/shippingMethodId/shipping_weight_tiers summary: Retrieve the shipping weight tiers associated to the shipping method description: Retrieve the shipping weight tiers associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The shipping_weight_tiers associated to the shipping method /shipping_methods/{shippingMethodId}/attachments: get: operationId: GET/shippingMethodId/attachments summary: Retrieve the attachments associated to the shipping method description: Retrieve the attachments associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipping method /shipping_methods/{shippingMethodId}/notifications: get: operationId: GET/shippingMethodId/notifications summary: Retrieve the notifications associated to the shipping method description: Retrieve the notifications associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The notifications associated to the shipping method /shipping_methods/{shippingMethodId}/events: get: operationId: GET/shippingMethodId/events summary: Retrieve the events associated to the shipping method description: Retrieve the events associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the shipping method /shipping_methods/{shippingMethodId}/tags: get: operationId: GET/shippingMethodId/tags summary: Retrieve the tags associated to the shipping method description: Retrieve the tags associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the shipping method /shipping_methods/{shippingMethodId}/event_stores: get: operationId: GET/shippingMethodId/event_stores summary: Retrieve the event stores associated to the shipping method description: Retrieve the event stores associated to the shipping method tags: - has_many parameters: - name: shippingMethodId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipping method /shipping_weight_tiers/{shippingWeightTierId}/attachments: get: operationId: GET/shippingWeightTierId/attachments summary: Retrieve the attachments associated to the shipping weight tier description: Retrieve the attachments associated to the shipping weight tier tags: - has_many parameters: - name: shippingWeightTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipping weight tier /shipping_weight_tiers/{shippingWeightTierId}/event_stores: get: operationId: GET/shippingWeightTierId/event_stores summary: Retrieve the event stores associated to the shipping weight tier description: Retrieve the event stores associated to the shipping weight tier tags: - has_many parameters: - name: shippingWeightTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipping weight tier /shipping_weight_tiers/{shippingWeightTierId}/events: get: operationId: GET/shippingWeightTierId/events summary: Retrieve the events associated to the shipping weight tier description: Retrieve the events associated to the shipping weight tier tags: - has_many parameters: - name: shippingWeightTierId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the shipping weight tier /shipping_zones/{shippingZoneId}/attachments: get: operationId: GET/shippingZoneId/attachments summary: Retrieve the attachments associated to the shipping zone description: Retrieve the attachments associated to the shipping zone tags: - has_many parameters: - name: shippingZoneId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the shipping zone /shipping_zones/{shippingZoneId}/event_stores: get: operationId: GET/shippingZoneId/event_stores summary: Retrieve the event stores associated to the shipping zone description: Retrieve the event stores associated to the shipping zone tags: - has_many parameters: - name: shippingZoneId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the shipping zone /sku_list_items/{skuListItemId}/event_stores: get: operationId: GET/skuListItemId/event_stores summary: Retrieve the event stores associated to the SKU list item description: Retrieve the event stores associated to the SKU list item tags: - has_many parameters: - name: skuListItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the SKU list item /sku_list_promotion_rules/{skuListPromotionRuleId}/event_stores: get: operationId: GET/skuListPromotionRuleId/event_stores summary: Retrieve the event stores associated to the SKU list promotion rule description: Retrieve the event stores associated to the SKU list promotion rule tags: - has_many parameters: - name: skuListPromotionRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the SKU list promotion rule /sku_list_promotion_rules/{skuListPromotionRuleId}/skus: get: operationId: GET/skuListPromotionRuleId/skus summary: Retrieve the skus associated to the SKU list promotion rule description: Retrieve the skus associated to the SKU list promotion rule tags: - has_many parameters: - name: skuListPromotionRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the SKU list promotion rule /sku_lists/{skuListId}/skus: get: operationId: GET/skuListId/skus summary: Retrieve the skus associated to the SKU list description: Retrieve the skus associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The skus associated to the SKU list /sku_lists/{skuListId}/sku_list_items: get: operationId: GET/skuListId/sku_list_items summary: Retrieve the sku list items associated to the SKU list description: Retrieve the sku list items associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The sku_list_items associated to the SKU list /sku_lists/{skuListId}/bundles: get: operationId: GET/skuListId/bundles summary: Retrieve the bundles associated to the SKU list description: Retrieve the bundles associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The bundles associated to the SKU list /sku_lists/{skuListId}/attachments: get: operationId: GET/skuListId/attachments summary: Retrieve the attachments associated to the SKU list description: Retrieve the attachments associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the SKU list /sku_lists/{skuListId}/links: get: operationId: GET/skuListId/links summary: Retrieve the links associated to the SKU list description: Retrieve the links associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The links associated to the SKU list /sku_lists/{skuListId}/event_stores: get: operationId: GET/skuListId/event_stores summary: Retrieve the event stores associated to the SKU list description: Retrieve the event stores associated to the SKU list tags: - has_many parameters: - name: skuListId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the SKU list /sku_options/{skuOptionId}/attachments: get: operationId: GET/skuOptionId/attachments summary: Retrieve the attachments associated to the SKU option description: Retrieve the attachments associated to the SKU option tags: - has_many parameters: - name: skuOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the SKU option /sku_options/{skuOptionId}/events: get: operationId: GET/skuOptionId/events summary: Retrieve the events associated to the SKU option description: Retrieve the events associated to the SKU option tags: - has_many parameters: - name: skuOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the SKU option /sku_options/{skuOptionId}/tags: get: operationId: GET/skuOptionId/tags summary: Retrieve the tags associated to the SKU option description: Retrieve the tags associated to the SKU option tags: - has_many parameters: - name: skuOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the SKU option /sku_options/{skuOptionId}/event_stores: get: operationId: GET/skuOptionId/event_stores summary: Retrieve the event stores associated to the SKU option description: Retrieve the event stores associated to the SKU option tags: - has_many parameters: - name: skuOptionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the SKU option /skus/{skuId}/prices: get: operationId: GET/skuId/prices summary: Retrieve the prices associated to the SKU description: Retrieve the prices associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The prices associated to the SKU /skus/{skuId}/stock_items: get: operationId: GET/skuId/stock_items summary: Retrieve the stock items associated to the SKU description: Retrieve the stock items associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_items associated to the SKU /skus/{skuId}/stock_reservations: get: operationId: GET/skuId/stock_reservations summary: Retrieve the stock reservations associated to the SKU description: Retrieve the stock reservations associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_reservations associated to the SKU /skus/{skuId}/delivery_lead_times: get: operationId: GET/skuId/delivery_lead_times summary: Retrieve the delivery lead times associated to the SKU description: Retrieve the delivery lead times associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The delivery_lead_times associated to the SKU /skus/{skuId}/sku_options: get: operationId: GET/skuId/sku_options summary: Retrieve the sku options associated to the SKU description: Retrieve the sku options associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The sku_options associated to the SKU /skus/{skuId}/sku_list_items: get: operationId: GET/skuId/sku_list_items summary: Retrieve the sku list items associated to the SKU description: Retrieve the sku list items associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The sku_list_items associated to the SKU /skus/{skuId}/sku_lists: get: operationId: GET/skuId/sku_lists summary: Retrieve the sku lists associated to the SKU description: Retrieve the sku lists associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The sku_lists associated to the SKU /skus/{skuId}/attachments: get: operationId: GET/skuId/attachments summary: Retrieve the attachments associated to the SKU description: Retrieve the attachments associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the SKU /skus/{skuId}/links: get: operationId: GET/skuId/links summary: Retrieve the links associated to the SKU description: Retrieve the links associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The links associated to the SKU /skus/{skuId}/events: get: operationId: GET/skuId/events summary: Retrieve the events associated to the SKU description: Retrieve the events associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the SKU /skus/{skuId}/tags: get: operationId: GET/skuId/tags summary: Retrieve the tags associated to the SKU description: Retrieve the tags associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tags associated to the SKU /skus/{skuId}/jwt_markets: get: operationId: GET/skuId/jwt_markets summary: Retrieve the jwt markets associated to the SKU description: Retrieve the jwt markets associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_markets associated to the SKU /skus/{skuId}/jwt_stock_locations: get: operationId: GET/skuId/jwt_stock_locations summary: Retrieve the jwt stock locations associated to the SKU description: Retrieve the jwt stock locations associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The jwt_stock_locations associated to the SKU /skus/{skuId}/event_stores: get: operationId: GET/skuId/event_stores summary: Retrieve the event stores associated to the SKU description: Retrieve the event stores associated to the SKU tags: - has_many parameters: - name: skuId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the SKU /stock_items/{stockItemId}/stock_reservations: get: operationId: GET/stockItemId/stock_reservations summary: Retrieve the stock reservations associated to the stock item description: Retrieve the stock reservations associated to the stock item tags: - has_many parameters: - name: stockItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_reservations associated to the stock item /stock_items/{stockItemId}/attachments: get: operationId: GET/stockItemId/attachments summary: Retrieve the attachments associated to the stock item description: Retrieve the attachments associated to the stock item tags: - has_many parameters: - name: stockItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the stock item /stock_items/{stockItemId}/event_stores: get: operationId: GET/stockItemId/event_stores summary: Retrieve the event stores associated to the stock item description: Retrieve the event stores associated to the stock item tags: - has_many parameters: - name: stockItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stock item /stock_line_items/{stockLineItemId}/event_stores: get: operationId: GET/stockLineItemId/event_stores summary: Retrieve the event stores associated to the stock line item description: Retrieve the event stores associated to the stock line item tags: - has_many parameters: - name: stockLineItemId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stock line item /stock_locations/{stockLocationId}/inventory_stock_locations: get: operationId: GET/stockLocationId/inventory_stock_locations summary: Retrieve the inventory stock locations associated to the stock location description: Retrieve the inventory stock locations associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The inventory_stock_locations associated to the stock location /stock_locations/{stockLocationId}/inventory_return_locations: get: operationId: GET/stockLocationId/inventory_return_locations summary: Retrieve the inventory return locations associated to the stock location description: Retrieve the inventory return locations associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The inventory_return_locations associated to the stock location /stock_locations/{stockLocationId}/stock_items: get: operationId: GET/stockLocationId/stock_items summary: Retrieve the stock items associated to the stock location description: Retrieve the stock items associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_items associated to the stock location /stock_locations/{stockLocationId}/stock_transfers: get: operationId: GET/stockLocationId/stock_transfers summary: Retrieve the stock transfers associated to the stock location description: Retrieve the stock transfers associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stock_transfers associated to the stock location /stock_locations/{stockLocationId}/stores: get: operationId: GET/stockLocationId/stores summary: Retrieve the stores associated to the stock location description: Retrieve the stores associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stores associated to the stock location /stock_locations/{stockLocationId}/attachments: get: operationId: GET/stockLocationId/attachments summary: Retrieve the attachments associated to the stock location description: Retrieve the attachments associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the stock location /stock_locations/{stockLocationId}/event_stores: get: operationId: GET/stockLocationId/event_stores summary: Retrieve the event stores associated to the stock location description: Retrieve the event stores associated to the stock location tags: - has_many parameters: - name: stockLocationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stock location /stock_reservations/{stockReservationId}/event_stores: get: operationId: GET/stockReservationId/event_stores summary: Retrieve the event stores associated to the stock reservation description: Retrieve the event stores associated to the stock reservation tags: - has_many parameters: - name: stockReservationId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stock reservation /stock_transfers/{stockTransferId}/attachments: get: operationId: GET/stockTransferId/attachments summary: Retrieve the attachments associated to the stock transfer description: Retrieve the attachments associated to the stock transfer tags: - has_many parameters: - name: stockTransferId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the stock transfer /stock_transfers/{stockTransferId}/events: get: operationId: GET/stockTransferId/events summary: Retrieve the events associated to the stock transfer description: Retrieve the events associated to the stock transfer tags: - has_many parameters: - name: stockTransferId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the stock transfer /stock_transfers/{stockTransferId}/event_stores: get: operationId: GET/stockTransferId/event_stores summary: Retrieve the event stores associated to the stock transfer description: Retrieve the event stores associated to the stock transfer tags: - has_many parameters: - name: stockTransferId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stock transfer /stores/{storeId}/orders: get: operationId: GET/storeId/orders summary: Retrieve the orders associated to the store description: Retrieve the orders associated to the store tags: - has_many parameters: - name: storeId in: path schema: type: string required: true description: The resource's id responses: '200': description: The orders associated to the store /stores/{storeId}/payment_methods: get: operationId: GET/storeId/payment_methods summary: Retrieve the payment methods associated to the store description: Retrieve the payment methods associated to the store tags: - has_many parameters: - name: storeId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the store /stores/{storeId}/events: get: operationId: GET/storeId/events summary: Retrieve the events associated to the store description: Retrieve the events associated to the store tags: - has_many parameters: - name: storeId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the store /stores/{storeId}/event_stores: get: operationId: GET/storeId/event_stores summary: Retrieve the event stores associated to the store description: Retrieve the event stores associated to the store tags: - has_many parameters: - name: storeId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the store /stripe_gateways/{stripeGatewayId}/payment_methods: get: operationId: GET/stripeGatewayId/payment_methods summary: Retrieve the payment methods associated to the stripe gateway description: Retrieve the payment methods associated to the stripe gateway tags: - has_many parameters: - name: stripeGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The payment_methods associated to the stripe gateway /stripe_gateways/{stripeGatewayId}/event_stores: get: operationId: GET/stripeGatewayId/event_stores summary: Retrieve the event stores associated to the stripe gateway description: Retrieve the event stores associated to the stripe gateway tags: - has_many parameters: - name: stripeGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stripe gateway /stripe_gateways/{stripeGatewayId}/stripe_payments: get: operationId: GET/stripeGatewayId/stripe_payments summary: Retrieve the stripe payments associated to the stripe gateway description: Retrieve the stripe payments associated to the stripe gateway tags: - has_many parameters: - name: stripeGatewayId in: path schema: type: string required: true description: The resource's id responses: '200': description: The stripe_payments associated to the stripe gateway /stripe_payments/{stripePaymentId}/event_stores: get: operationId: GET/stripePaymentId/event_stores summary: Retrieve the event stores associated to the stripe payment description: Retrieve the event stores associated to the stripe payment tags: - has_many parameters: - name: stripePaymentId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stripe payment /stripe_tax_accounts/{stripeTaxAccountId}/markets: get: operationId: GET/stripeTaxAccountId/markets summary: Retrieve the markets associated to the stripe tax account description: Retrieve the markets associated to the stripe tax account tags: - has_many parameters: - name: stripeTaxAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the stripe tax account /stripe_tax_accounts/{stripeTaxAccountId}/attachments: get: operationId: GET/stripeTaxAccountId/attachments summary: Retrieve the attachments associated to the stripe tax account description: Retrieve the attachments associated to the stripe tax account tags: - has_many parameters: - name: stripeTaxAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the stripe tax account /stripe_tax_accounts/{stripeTaxAccountId}/events: get: operationId: GET/stripeTaxAccountId/events summary: Retrieve the events associated to the stripe tax account description: Retrieve the events associated to the stripe tax account tags: - has_many parameters: - name: stripeTaxAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the stripe tax account /stripe_tax_accounts/{stripeTaxAccountId}/event_stores: get: operationId: GET/stripeTaxAccountId/event_stores summary: Retrieve the event stores associated to the stripe tax account description: Retrieve the event stores associated to the stripe tax account tags: - has_many parameters: - name: stripeTaxAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the stripe tax account /stripe_tax_accounts/{stripeTaxAccountId}/tax_categories: get: operationId: GET/stripeTaxAccountId/tax_categories summary: Retrieve the tax categories associated to the stripe tax account description: Retrieve the tax categories associated to the stripe tax account tags: - has_many parameters: - name: stripeTaxAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tax_categories associated to the stripe tax account /subscription_models/{subscriptionModelId}/markets: get: operationId: GET/subscriptionModelId/markets summary: Retrieve the markets associated to the subscription model description: Retrieve the markets associated to the subscription model tags: - has_many parameters: - name: subscriptionModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the subscription model /subscription_models/{subscriptionModelId}/order_subscriptions: get: operationId: GET/subscriptionModelId/order_subscriptions summary: Retrieve the order subscriptions associated to the subscription model description: Retrieve the order subscriptions associated to the subscription model tags: - has_many parameters: - name: subscriptionModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The order_subscriptions associated to the subscription model /subscription_models/{subscriptionModelId}/attachments: get: operationId: GET/subscriptionModelId/attachments summary: Retrieve the attachments associated to the subscription model description: Retrieve the attachments associated to the subscription model tags: - has_many parameters: - name: subscriptionModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the subscription model /subscription_models/{subscriptionModelId}/event_stores: get: operationId: GET/subscriptionModelId/event_stores summary: Retrieve the event stores associated to the subscription model description: Retrieve the event stores associated to the subscription model tags: - has_many parameters: - name: subscriptionModelId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the subscription model /tags/{tagId}/event_stores: get: operationId: GET/tagId/event_stores summary: Retrieve the event stores associated to the tag description: Retrieve the event stores associated to the tag tags: - has_many parameters: - name: tagId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the tag /talon_one_accounts/{talonOneAccountId}/markets: get: operationId: GET/talonOneAccountId/markets summary: Retrieve the markets associated to the talon one account description: Retrieve the markets associated to the talon one account tags: - has_many parameters: - name: talonOneAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the talon one account /talon_one_accounts/{talonOneAccountId}/discount_engine_items: get: operationId: GET/talonOneAccountId/discount_engine_items summary: Retrieve the discount engine items associated to the talon one account description: Retrieve the discount engine items associated to the talon one account tags: - has_many parameters: - name: talonOneAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The discount_engine_items associated to the talon one account /talon_one_accounts/{talonOneAccountId}/attachments: get: operationId: GET/talonOneAccountId/attachments summary: Retrieve the attachments associated to the talon one account description: Retrieve the attachments associated to the talon one account tags: - has_many parameters: - name: talonOneAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the talon one account /talon_one_accounts/{talonOneAccountId}/event_stores: get: operationId: GET/talonOneAccountId/event_stores summary: Retrieve the event stores associated to the talon one account description: Retrieve the event stores associated to the talon one account tags: - has_many parameters: - name: talonOneAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the talon one account /tax_calculators/{taxCalculatorId}/markets: get: operationId: GET/taxCalculatorId/markets summary: Retrieve the markets associated to the tax calculator description: Retrieve the markets associated to the tax calculator tags: - has_many parameters: - name: taxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the tax calculator /tax_calculators/{taxCalculatorId}/attachments: get: operationId: GET/taxCalculatorId/attachments summary: Retrieve the attachments associated to the tax calculator description: Retrieve the attachments associated to the tax calculator tags: - has_many parameters: - name: taxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the tax calculator /tax_calculators/{taxCalculatorId}/events: get: operationId: GET/taxCalculatorId/events summary: Retrieve the events associated to the tax calculator description: Retrieve the events associated to the tax calculator tags: - has_many parameters: - name: taxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the tax calculator /tax_calculators/{taxCalculatorId}/event_stores: get: operationId: GET/taxCalculatorId/event_stores summary: Retrieve the event stores associated to the tax calculator description: Retrieve the event stores associated to the tax calculator tags: - has_many parameters: - name: taxCalculatorId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the tax calculator /tax_categories/{taxCategoryId}/attachments: get: operationId: GET/taxCategoryId/attachments summary: Retrieve the attachments associated to the tax category description: Retrieve the attachments associated to the tax category tags: - has_many parameters: - name: taxCategoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the tax category /tax_categories/{taxCategoryId}/event_stores: get: operationId: GET/taxCategoryId/event_stores summary: Retrieve the event stores associated to the tax category description: Retrieve the event stores associated to the tax category tags: - has_many parameters: - name: taxCategoryId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the tax category /tax_rules/{taxRuleId}/event_stores: get: operationId: GET/taxRuleId/event_stores summary: Retrieve the event stores associated to the tax rule description: Retrieve the event stores associated to the tax rule tags: - has_many parameters: - name: taxRuleId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the tax rule /taxjar_accounts/{taxjarAccountId}/markets: get: operationId: GET/taxjarAccountId/markets summary: Retrieve the markets associated to the taxjar account description: Retrieve the markets associated to the taxjar account tags: - has_many parameters: - name: taxjarAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the taxjar account /taxjar_accounts/{taxjarAccountId}/attachments: get: operationId: GET/taxjarAccountId/attachments summary: Retrieve the attachments associated to the taxjar account description: Retrieve the attachments associated to the taxjar account tags: - has_many parameters: - name: taxjarAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the taxjar account /taxjar_accounts/{taxjarAccountId}/events: get: operationId: GET/taxjarAccountId/events summary: Retrieve the events associated to the taxjar account description: Retrieve the events associated to the taxjar account tags: - has_many parameters: - name: taxjarAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the taxjar account /taxjar_accounts/{taxjarAccountId}/event_stores: get: operationId: GET/taxjarAccountId/event_stores summary: Retrieve the event stores associated to the taxjar account description: Retrieve the event stores associated to the taxjar account tags: - has_many parameters: - name: taxjarAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the taxjar account /taxjar_accounts/{taxjarAccountId}/tax_categories: get: operationId: GET/taxjarAccountId/tax_categories summary: Retrieve the tax categories associated to the taxjar account description: Retrieve the tax categories associated to the taxjar account tags: - has_many parameters: - name: taxjarAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The tax_categories associated to the taxjar account /transactions/{transactionId}/attachments: get: operationId: GET/transactionId/attachments summary: Retrieve the attachments associated to the transaction description: Retrieve the attachments associated to the transaction tags: - has_many parameters: - name: transactionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the transaction /transactions/{transactionId}/events: get: operationId: GET/transactionId/events summary: Retrieve the events associated to the transaction description: Retrieve the events associated to the transaction tags: - has_many parameters: - name: transactionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the transaction /transactions/{transactionId}/event_stores: get: operationId: GET/transactionId/event_stores summary: Retrieve the event stores associated to the transaction description: Retrieve the event stores associated to the transaction tags: - has_many parameters: - name: transactionId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the transaction /vertex_accounts/{vertexAccountId}/markets: get: operationId: GET/vertexAccountId/markets summary: Retrieve the markets associated to the vertex account description: Retrieve the markets associated to the vertex account tags: - has_many parameters: - name: vertexAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The markets associated to the vertex account /vertex_accounts/{vertexAccountId}/attachments: get: operationId: GET/vertexAccountId/attachments summary: Retrieve the attachments associated to the vertex account description: Retrieve the attachments associated to the vertex account tags: - has_many parameters: - name: vertexAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the vertex account /vertex_accounts/{vertexAccountId}/events: get: operationId: GET/vertexAccountId/events summary: Retrieve the events associated to the vertex account description: Retrieve the events associated to the vertex account tags: - has_many parameters: - name: vertexAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the vertex account /vertex_accounts/{vertexAccountId}/event_stores: get: operationId: GET/vertexAccountId/event_stores summary: Retrieve the event stores associated to the vertex account description: Retrieve the event stores associated to the vertex account tags: - has_many parameters: - name: vertexAccountId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the vertex account /voids/{voidId}/attachments: get: operationId: GET/voidId/attachments summary: Retrieve the attachments associated to the void description: Retrieve the attachments associated to the void tags: - has_many parameters: - name: voidId in: path schema: type: string required: true description: The resource's id responses: '200': description: The attachments associated to the void /voids/{voidId}/events: get: operationId: GET/voidId/events summary: Retrieve the events associated to the void description: Retrieve the events associated to the void tags: - has_many parameters: - name: voidId in: path schema: type: string required: true description: The resource's id responses: '200': description: The events associated to the void /voids/{voidId}/event_stores: get: operationId: GET/voidId/event_stores summary: Retrieve the event stores associated to the void description: Retrieve the event stores associated to the void tags: - has_many parameters: - name: voidId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the void /webhooks/{webhookId}/last_event_callbacks: get: operationId: GET/webhookId/last_event_callbacks summary: Retrieve the last event callbacks associated to the webhook description: Retrieve the last event callbacks associated to the webhook tags: - has_many parameters: - name: webhookId in: path schema: type: string required: true description: The resource's id responses: '200': description: The last_event_callbacks associated to the webhook /webhooks/{webhookId}/event_stores: get: operationId: GET/webhookId/event_stores summary: Retrieve the event stores associated to the webhook description: Retrieve the event stores associated to the webhook tags: - has_many parameters: - name: webhookId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the webhook /wire_transfers/{wireTransferId}/event_stores: get: operationId: GET/wireTransferId/event_stores summary: Retrieve the event stores associated to the wire transfer description: Retrieve the event stores associated to the wire transfer tags: - has_many parameters: - name: wireTransferId in: path schema: type: string required: true description: The resource's id responses: '200': description: The event_stores associated to the wire transfer /memberships/{membershipId}/application_memberships: get: operationId: GET/membershipId/application_memberships summary: Related membership description: Related membership tags: - has_many parameters: - name: membershipId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The application_memberships associated to the membership /memberships/{membershipId}/versions: get: operationId: GET/membershipId/versions summary: Related membership description: Related membership tags: - has_many parameters: - name: membershipId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The versions associated to the membership /membership_profiles/{membershipProfileId}/application_memberships: get: operationId: GET/membershipProfileId/application_memberships summary: Related membership profile description: Related membership profile tags: - has_many parameters: - name: membershipProfileId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The application_memberships associated to the membership profile /organizations/{organizationId}/memberships: get: operationId: GET/organizationId/memberships summary: Related organization description: Related organization tags: - has_many parameters: - name: organizationId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The memberships associated to the organization /organizations/{organizationId}/roles: get: operationId: GET/organizationId/roles summary: Related organization description: Related organization tags: - has_many parameters: - name: organizationId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The roles associated to the organization /organizations/{organizationId}/permissions: get: operationId: GET/organizationId/permissions summary: Related organization description: Related organization tags: - has_many parameters: - name: organizationId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The permissions associated to the organization /organizations/{organizationId}/api_credentials: get: operationId: GET/organizationId/api_credentials summary: Related organization description: Related organization tags: - has_many parameters: - name: organizationId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The api_credentials associated to the organization /permissions/{permissionId}/versions: get: operationId: GET/permissionId/versions summary: Related permission description: Related permission tags: - has_many parameters: - name: permissionId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The versions associated to the permission /roles/{roleId}/permissions: get: operationId: GET/roleId/permissions summary: Related role description: Related role tags: - has_many parameters: - name: roleId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The permissions associated to the role /roles/{roleId}/memberships: get: operationId: GET/roleId/memberships summary: Related role description: Related role tags: - has_many parameters: - name: roleId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The memberships associated to the role /roles/{roleId}/api_credentials: get: operationId: GET/roleId/api_credentials summary: Related role description: Related role tags: - has_many parameters: - name: roleId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The api_credentials associated to the role /roles/{roleId}/versions: get: operationId: GET/roleId/versions summary: Related role description: Related role tags: - has_many parameters: - name: roleId in: path schema: type: string required: true description: The ID of the resource. responses: '200': description: The versions associated to the role components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT