Measura API Documentation

Welcome to the Measura API documentation. This guide will help you integrate with the Measura Shopify app and access your product measurement data programmatically.

Base URL

All endpoints are relative to:

https://sell-by-weight-app.atomicpos.com/api/v1

Response format

All API responses follow a consistent structure:

Success response

{ "success": true, "data": { ... }, "error": null, "meta": { ... }, "requestId": "optional-request-id" }

Error response

{ "success": false, "data": null, "error": { "code": "error_code", "message": "Human-readable error message", "details": { ... } }, "meta": { ... }, "requestId": "optional-request-id" }

Rate limiting & caching

• Responses are cached server-side for 5 minutes to improve performance

• Clients should respect the Cache-Control headers in responses

• API keys track last usage for monitoring purposes

Support

For issues or questions about the API, please contact support or refer to the app documentation.