{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account SKU Service Attachment API", "version": "1.0" }, "items": [ { "info": { "name": "SKU Service Attachment", "type": "folder" }, "items": [ { "info": { "name": "VTex Associate SKU service attachment", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/catalog/pvt/skuservicetypeattachment", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Associates an Attachment for an existing SKU service type.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint" }, { "info": { "name": "VTex Dissociate attachment by attachment ID or SKU service type ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/catalog/pvt/skuservicetypeattachment", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "attachmentId", "value": "", "type": "query", "description": "SKU service attachment unique identifier." }, { "name": "skuServiceTypeId", "value": "", "type": "query", "description": "SKU service type unique identifier." } ] }, "docs": "Dissociates an attachment by its attachment ID or SKU service type ID from an SKU service type.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the a" }, { "info": { "name": "VTex Dissociate Attachment from SKU service type", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/catalog/pvt/skuservicetypeattachment/:skuServiceTypeAttachmentId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "skuServiceTypeAttachmentId", "value": "", "type": "path", "description": "SKU service attachment unique identifier." } ] }, "docs": "Dissociates an Attachment from an SKU service type.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| " } ] } ], "bundled": true }