GET/api/v1/shops/bulk/sample

Bulk Shop Sample

This endpoint provides a sample CSV file for bulk shop uploads. Users can download the sample file to understand the required structure and fields needed for a successful bulk upload of shop data.
GET/api/v1/shops/bulk/sample

Responses

StatusMeaningDescriptionSchema
200OKA successful response indicating the sample file is available for download.None
400Bad RequestRequest data failed validation(s)None
404Not FoundNo shop was found by userid: _id.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorAn error occurred while fetching shops.None

Example Request

# You can also use wget
curl -X GET /api/v1/shops/bulk/sample \
  -H 'Accept: text/csv' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
A successful response indicating the sample file is available for download.

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.