APIs

Add inventory/product availability to the List PRODUCT api endpoint
Need to add inventory/ product availability to the List PRODUCT api endpoint: https://highlevel.stoplight.io/docs/integrations/7f6ce42d09400-list-products Not sure why this isn't included? Only the following variables are: _id string required The unique identifier for the product. Example: 655b33a82209e60b6adb87a5 description string product description Example: This is a really awesome product variants array[object] An array of variants for the product. medias array[object] An array of medias for the product. locationId string required The unique identifier for the location. Example: 3SwdhCsvxI8Au3KsPJt6 name string required The name of the product. Example: Awesome Product productType string required The type of the product (e.g., PHYSICAL). Example: PHYSICAL availableInStore boolean Indicates whether the product is available in-store. Example: true userId string The unique identifier for the user who created the product. Example: 6YAtzfzpmHAdj0e8GkKp createdAt string<date-time> required The creation timestamp of the product. Example: 2023-11-20T10:23:36.515Z updatedAt string<date-time> required The last update timestamp of the product. Example: 2024-01-23T09:57:04.846Z statementDescriptor string The statement descriptor for the product. Example: abcde image string The URL for the product image. Example: https://storage.googleapis.com/ghl-test/3SwdhCsvxI8Au3KsPJt6/media/65af8d5df88bdb4b1022ee90.png total array[object] required list products status total number required Total number of products Example: 20
0
Load More