Theme switcher

Find Product by Name

Search for a product by its exact name.

Use this to resolve productUuid before invoice creation.

Note: Returns 404 if no product with that exact name is found.

Header Parameters

x-client-idstring
x-signaturestring
Authorizationstring

Query Parameters

namestring Required

Response

200
Object
{ "status": "success", "message": "Product found.", "data": { "product": { "uuid": "75dd724b-c01d-4e75-91db-86675cd7f563", "name": "Junk Removal - Service", "description": "Professional junk removal service", "unitPrice": 250.00, ... } } }
401
Object
Unauthorized - Authentication failed

Response Attributes

statusstring Required

Always "error" for error responses

messagestring Required

Human-readable error description

codestring Required

Machine-readable error code for programmatic handling

detailsobject

Additional context about the error (varies by error type)

Show child attributes

errorsarray

Present for validation errors with multiple fields

Show child attributes

404
Object
Not Found

Response Attributes

statusstring Required

Always "error" for error responses

messagestring Required

Human-readable error description

codestring Required

Machine-readable error code for programmatic handling

detailsobject

Additional context about the error (varies by error type)

errorsarray

Present for validation errors with multiple fields

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?