Create Product
Create Product
Creates a new product.
POST
Create Product
Authorizations
Use a Bearer token to access this API.
Body
application/json
Example:
{
"name": "Example",
"description": "string",
"upc_code": "string",
"gtin": "string",
"reference_gtin": "string",
"url": "https://example.com",
"client_reference_id": "string",
"metadata": {},
"image_urls": ["https://example.com/image.png"]
}Response
Success
A Product defines what you sell. Flex creates the The product can either be not eligible, elegible via auto-substantiation or elegible via letter of medical necessity.
Example:
{
"product_id": "obj_01EXAMPLE00000000000000000",
"owner_partner_id": "obj_01EXAMPLE00000000000000000",
"name": "Example",
"description": "string",
"created_at": "2024-01-01T00:00:00Z",
"visit_type": "cbtSleep",
"active": false,
"hsa_fsa_eligibility": "not_eligible",
"test_mode": false,
"metadata": {},
"url": "https://example.com",
"client_reference_id": "obj_01EXAMPLE00000000000000000"
}