Digital Products
Create Downloadable Product
POSTv1/products/
Here’s the updated description with the additional clarification:
The 'Create Downloadable Product' endpoint allows users to add a new digital...
Generate an Upload URL
POSTv1/products/{{product-id}}/downloadables/generate-s3-presigned-url/
The "Generate an Upload URL" endpoint allows users to generate a pre-signed URL for uploading a digital file directly to cloud storage. This...
Upload File to S3
GEThttps://s3.eu-west-1.amazonaws.com/private.zid.store
The "Upload File to S3" endpoint provides a pre-signed URL for secure, temporary access to upload files directly to Amazon S3 storage. This ...
Create Product Downloadables
POSTv1/products/{{product-id}}/downloadables/
This endpoint creates downloadable content for a digital product, associating a file with the specified product. The download link is generated and re...
Get Product Downloadables
GETv1/products/{{product-id}}/downloadables/
This endpoint retrieves a list of downloadable files associated with a specific product, providing details about each downloadable file, including acc...
Delete Product Downloadables
DELETEv1/products/{{product-id}}/downloadables/{{downloadable-id}}
This endpoint deletes a specific downloadable file associated with a product. Upon successful deletion, the response returns the details of the delete...
Get Store Downloadables
GETv1/downloadables-library/
This endpoint retrieves a list of downloadable files associated with a specific store. It supports searching by file name and ordering the results by ...
Create Store Downloadables
POSTv1/downloadables-library/
This endpoint allows the creation of downloadable files associated with a specific store. The client uploads a file, and the endpoint returns details ...
Delete Store Downloadables
DELETEv1/downloadables-library/{id}/
This endpoint deletes a specific downloadable file associated with a store. It requires the unique ID of the downloadable file to be specified in the ...