{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Bulk Pricing Rules API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Bulk Pricing Rules", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get a Bulk Pricing Rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/:product_id/bulk-pricing-rules/:bulk_pricing_rule_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The ID of the `Product` to which the resource belongs.\n" }, { "name": "bulk_pricing_rule_id", "value": "", "type": "path", "description": "The ID of the `BulkPricingRule`.\n" }, { "name": "include_fields", "value": "", "type": "query", "description": "Fields to include, in a comma-separated list. The ID and the specified fields will be returned." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded." } ] }, "docs": "Returns a single *Bulk Pricing Rule*. Optional parameters can be passed in." }, { "info": { "name": "BigCommerce Update a Bulk Pricing Rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/:product_id/bulk-pricing-rules/:bulk_pricing_rule_id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The ID of the `Product` to which the resource belongs.\n" }, { "name": "bulk_pricing_rule_id", "value": "", "type": "path", "description": "The ID of the `BulkPricingRule`.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a *Bulk Pricing Rule*.\n\n**Required Fields**\n* none\n\n**Read-Only Fields**\n- id" }, { "info": { "name": "BigCommerce Delete a Bulk Pricing Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products/:product_id/bulk-pricing-rules/:bulk_pricing_rule_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The ID of the `Product` to which the resource belongs.\n" }, { "name": "bulk_pricing_rule_id", "value": "", "type": "path", "description": "The ID of the `BulkPricingRule`.\n" } ] }, "docs": "Deletes a *Bulk Pricing Rule*." } ] } ], "bundled": true }