Attachments
Number of APIs: 5
-
List all attachments GET https://{{subdomain}}.commercelayer.io/api/attachments
-
Retrieve an attachment GET https://{{subdomain}}.commercelayer.io/api/attachments/{{attachment_id}}
-
Create an attachment POST https://{{subdomain}}.commercelayer.io/api/attachments
-
Update an attachment PATCH https://{{subdomain}}.commercelayer.io/api/attachments/{{attachment_id}}
-
Delete an attachment DELETE https://{{subdomain}}.commercelayer.io/api/attachments/{{attachment_id}}