{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses attachments API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "attachments", "type": "folder" }, "items": [ { "info": { "name": "List all attachments", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/attachments" }, "docs": "List all attachments" }, { "info": { "name": "Create an attachment", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/attachments", "body": { "type": "json", "data": "{}" } }, "docs": "Create an attachment" }, { "info": { "name": "Retrieve an attachment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/attachments/:attachmentId", "params": [ { "name": "attachmentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve an attachment" }, { "info": { "name": "Update an attachment", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/attachments/:attachmentId", "params": [ { "name": "attachmentId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an attachment" }, { "info": { "name": "Delete an attachment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/attachments/:attachmentId", "params": [ { "name": "attachmentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete an attachment" }, { "info": { "name": "Retrieve the attachments associated to the authorization", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/authorizations/:authorizationId/attachments", "params": [ { "name": "authorizationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the authorization" }, { "info": { "name": "Retrieve the attachments associated to the avalara account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/avalara_accounts/:avalaraAccountId/attachments", "params": [ { "name": "avalaraAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the avalara account" }, { "info": { "name": "Retrieve the attachments associated to the bing geocoder", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/bing_geocoders/:bingGeocoderId/attachments", "params": [ { "name": "bingGeocoderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the bing geocoder" }, { "info": { "name": "Retrieve the attachments associated to the bundle", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles/:bundleId/attachments", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the bundle" }, { "info": { "name": "Retrieve the attachments associated to the buy x pay y promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/buy_x_pay_y_promotions/:buyXPayYPromotionId/attachments", "params": [ { "name": "buyXPayYPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the buy x pay y promotion" }, { "info": { "name": "Retrieve the attachments associated to the capture", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/captures/:captureId/attachments", "params": [ { "name": "captureId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the capture" }, { "info": { "name": "Retrieve the attachments associated to the carrier account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/carrier_accounts/:carrierAccountId/attachments", "params": [ { "name": "carrierAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the carrier account" }, { "info": { "name": "Retrieve the attachments associated to the coupon recipient", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/coupon_recipients/:couponRecipientId/attachments", "params": [ { "name": "couponRecipientId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the coupon recipient" }, { "info": { "name": "Retrieve the attachments associated to the customer group", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_groups/:customerGroupId/attachments", "params": [ { "name": "customerGroupId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the customer group" }, { "info": { "name": "Retrieve the attachments associated to the customer", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/customers/:customerId/attachments", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the customer" }, { "info": { "name": "Retrieve the attachments associated to the delivery lead time", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/delivery_lead_times/:deliveryLeadTimeId/attachments", "params": [ { "name": "deliveryLeadTimeId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the delivery lead time" }, { "info": { "name": "Retrieve the attachments associated to the discount engine", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/discount_engines/:discountEngineId/attachments", "params": [ { "name": "discountEngineId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the discount engine" }, { "info": { "name": "Retrieve the attachments associated to the external promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/external_promotions/:externalPromotionId/attachments", "params": [ { "name": "externalPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the external promotion" }, { "info": { "name": "Retrieve the attachments associated to the external tax calculator", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/external_tax_calculators/:externalTaxCalculatorId/attachments", "params": [ { "name": "externalTaxCalculatorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the external tax calculator" }, { "info": { "name": "Retrieve the attachments associated to the fixed amount promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/fixed_amount_promotions/:fixedAmountPromotionId/attachments", "params": [ { "name": "fixedAmountPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the fixed amount promotion" }, { "info": { "name": "Retrieve the attachments associated to the fixed price promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/fixed_price_promotions/:fixedPricePromotionId/attachments", "params": [ { "name": "fixedPricePromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the fixed price promotion" }, { "info": { "name": "Retrieve the attachments associated to the flex promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/flex_promotions/:flexPromotionId/attachments", "params": [ { "name": "flexPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the flex promotion" }, { "info": { "name": "Retrieve the attachments associated to the free gift promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions/:freeGiftPromotionId/attachments", "params": [ { "name": "freeGiftPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the free gift promotion" }, { "info": { "name": "Retrieve the attachments associated to the free shipping promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_shipping_promotions/:freeShippingPromotionId/attachments", "params": [ { "name": "freeShippingPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the free shipping promotion" }, { "info": { "name": "Retrieve the attachments associated to the geocoder", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/geocoders/:geocoderId/attachments", "params": [ { "name": "geocoderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the geocoder" }, { "info": { "name": "Retrieve the attachments associated to the gift card recipient", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/gift_card_recipients/:giftCardRecipientId/attachments", "params": [ { "name": "giftCardRecipientId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the gift card recipient" }, { "info": { "name": "Retrieve the attachments associated to the gift card", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/gift_cards/:giftCardId/attachments", "params": [ { "name": "giftCardId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the gift card" }, { "info": { "name": "Retrieve the attachments associated to the google geocoder", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/google_geocoders/:googleGeocoderId/attachments", "params": [ { "name": "googleGeocoderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the google geocoder" }, { "info": { "name": "Retrieve the attachments associated to the inventory model", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_models/:inventoryModelId/attachments", "params": [ { "name": "inventoryModelId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the inventory model" }, { "info": { "name": "Retrieve the attachments associated to the manual tax calculator", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_tax_calculators/:manualTaxCalculatorId/attachments", "params": [ { "name": "manualTaxCalculatorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the manual tax calculator" }, { "info": { "name": "Retrieve the attachments associated to the market", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/markets/:marketId/attachments", "params": [ { "name": "marketId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the market" }, { "info": { "name": "Retrieve the attachments associated to the merchant", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/merchants/:merchantId/attachments", "params": [ { "name": "merchantId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the merchant" }, { "info": { "name": "Retrieve the attachments associated to the order", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/orders/:orderId/attachments", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the order" }, { "info": { "name": "Retrieve the attachments associated to the package", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/packages/:packageId/attachments", "params": [ { "name": "packageId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the package" }, { "info": { "name": "Retrieve the attachments associated to the parcel", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/parcels/:parcelId/attachments", "params": [ { "name": "parcelId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the parcel" }, { "info": { "name": "Retrieve the attachments associated to the payment method", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/payment_methods/:paymentMethodId/attachments", "params": [ { "name": "paymentMethodId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the payment method" }, { "info": { "name": "Retrieve the attachments associated to the payment option", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/payment_options/:paymentOptionId/attachments", "params": [ { "name": "paymentOptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the payment option" }, { "info": { "name": "Retrieve the attachments associated to the percentage discount promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/percentage_discount_promotions/:percentageDiscountPromotionId/attachments", "params": [ { "name": "percentageDiscountPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the percentage discount promotion" }, { "info": { "name": "Retrieve the attachments associated to the price frequency tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_frequency_tiers/:priceFrequencyTierId/attachments", "params": [ { "name": "priceFrequencyTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the price frequency tier" }, { "info": { "name": "Retrieve the attachments associated to the price list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_lists/:priceListId/attachments", "params": [ { "name": "priceListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the price list" }, { "info": { "name": "Retrieve the attachments associated to the price tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_tiers/:priceTierId/attachments", "params": [ { "name": "priceTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the price tier" }, { "info": { "name": "Retrieve the attachments associated to the price volume tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_volume_tiers/:priceVolumeTierId/attachments", "params": [ { "name": "priceVolumeTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the price volume tier" }, { "info": { "name": "Retrieve the attachments associated to the price", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/prices/:priceId/attachments", "params": [ { "name": "priceId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the price" }, { "info": { "name": "Retrieve the attachments associated to the promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/promotions/:promotionId/attachments", "params": [ { "name": "promotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the promotion" }, { "info": { "name": "Retrieve the attachments associated to the refund", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/refunds/:refundId/attachments", "params": [ { "name": "refundId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the refund" }, { "info": { "name": "Retrieve the attachments associated to the return", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/returns/:returnId/attachments", "params": [ { "name": "returnId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the return" }, { "info": { "name": "Retrieve the attachments associated to the shipment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipments/:shipmentId/attachments", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipment" }, { "info": { "name": "Retrieve the attachments associated to the shipping category", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_categories/:shippingCategoryId/attachments", "params": [ { "name": "shippingCategoryId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipping category" }, { "info": { "name": "Retrieve the attachments associated to the shipping method tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_method_tiers/:shippingMethodTierId/attachments", "params": [ { "name": "shippingMethodTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipping method tier" }, { "info": { "name": "Retrieve the attachments associated to the shipping method", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_methods/:shippingMethodId/attachments", "params": [ { "name": "shippingMethodId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipping method" }, { "info": { "name": "Retrieve the attachments associated to the shipping weight tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_weight_tiers/:shippingWeightTierId/attachments", "params": [ { "name": "shippingWeightTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipping weight tier" }, { "info": { "name": "Retrieve the attachments associated to the shipping zone", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/shipping_zones/:shippingZoneId/attachments", "params": [ { "name": "shippingZoneId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the shipping zone" }, { "info": { "name": "Retrieve the attachments associated to the SKU list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId/attachments", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the SKU list" }, { "info": { "name": "Retrieve the attachments associated to the SKU option", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options/:skuOptionId/attachments", "params": [ { "name": "skuOptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the SKU option" }, { "info": { "name": "Retrieve the attachments associated to the SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/skus/:skuId/attachments", "params": [ { "name": "skuId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the SKU" }, { "info": { "name": "Retrieve the attachments associated to the stock item", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stock_items/:stockItemId/attachments", "params": [ { "name": "stockItemId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the stock item" }, { "info": { "name": "Retrieve the attachments associated to the stock location", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stock_locations/:stockLocationId/attachments", "params": [ { "name": "stockLocationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the stock location" }, { "info": { "name": "Retrieve the attachments associated to the stock transfer", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stock_transfers/:stockTransferId/attachments", "params": [ { "name": "stockTransferId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the stock transfer" }, { "info": { "name": "Retrieve the attachments associated to the stripe tax account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stripe_tax_accounts/:stripeTaxAccountId/attachments", "params": [ { "name": "stripeTaxAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the stripe tax account" }, { "info": { "name": "Retrieve the attachments associated to the subscription model", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/subscription_models/:subscriptionModelId/attachments", "params": [ { "name": "subscriptionModelId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the subscription model" }, { "info": { "name": "Retrieve the attachments associated to the talon one account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/talon_one_accounts/:talonOneAccountId/attachments", "params": [ { "name": "talonOneAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the talon one account" }, { "info": { "name": "Retrieve the attachments associated to the tax calculator", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_calculators/:taxCalculatorId/attachments", "params": [ { "name": "taxCalculatorId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the tax calculator" }, { "info": { "name": "Retrieve the attachments associated to the tax category", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/tax_categories/:taxCategoryId/attachments", "params": [ { "name": "taxCategoryId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the tax category" }, { "info": { "name": "Retrieve the attachments associated to the taxjar account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/taxjar_accounts/:taxjarAccountId/attachments", "params": [ { "name": "taxjarAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the taxjar account" }, { "info": { "name": "Retrieve the attachments associated to the transaction", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/transactions/:transactionId/attachments", "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the transaction" }, { "info": { "name": "Retrieve the attachments associated to the vertex account", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/vertex_accounts/:vertexAccountId/attachments", "params": [ { "name": "vertexAccountId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the vertex account" }, { "info": { "name": "Retrieve the attachments associated to the void", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/voids/:voidId/attachments", "params": [ { "name": "voidId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the attachments associated to the void" } ] } ], "bundled": true }