{ "opencollection": "1.0.0", "info": { "name": "Affiliate Partner BuybackBidService ProductService API", "version": "1.0" }, "items": [ { "info": { "name": "ProductService", "type": "folder" }, "items": [ { "info": { "name": "Gets a single product.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.partner.affiliate.v1.ProductService/GetProduct" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- NOT_FOUND\n - when the product is not found" }, { "info": { "name": "Lists products.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.partner.affiliate.v1.ProductService/ListProducts" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- INVALID_ARGUMENT\n - when pagination limit is too large (>100)\n - when both \"ending_before\" and \"starting_after\" are specified in pagination" } ] } ], "bundled": true }