Skip to main content

Retrieve Product

Function name: m3ter_GetProduct Category: READ HTTP method: GET Destination: m3ter Retrieve a Product with the given UUID. This endpoint retrieves the details of a specific Product within a specified Organization, using the Product UUID.

Parameters

Exits

Update Product

Function name: m3ter_PutProduct Category: WRITE HTTP method: PUT Destination: m3ter Update a Product with the given UUID. This endpoint updates the details of a specific Product within a specified Organization, using the Product UUID. The updated details are provided in the request body. Note: If you have created Custom Fields for a Product, when you use this endpoint to update the Product use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.

Parameters

Exits

Delete Product

Function name: m3ter_DeleteProduct Category: WRITE HTTP method: DELETE Destination: m3ter Delete a Product with the given UUID. This endpoint deletes a specific Product within a specified Organization, using the Product UUID.

Parameters

Exits

List Products

Function name: m3ter_ListProducts Category: READ HTTP method: GET (paginated) Destination: m3ter Retrieve a list of Products. This endpoint retrieves a list of all the Products within a specified Organization. The list can be paginated, and supports filtering by specific Product IDs.

Parameters

Exits

Create Product

Function name: m3ter_PostProduct Category: WRITE HTTP method: POST Destination: m3ter Create a new Product. This endpoint creates a new Product within the specified Organization. The details of the Product are provided in the request body.

Parameters

Exits