Products

Gets a product by code

get/products/{code}

Path parameters

codestring required

Product code

Example:PROD_001

Response

Success

Example response

{
  "data": {
    "workspaceId": "ws_1234567890",
    "code": "PROD_001",
    "description": "Premium subscription service",
    "seller": {
      "role": "seller"
    },
    "updateVersion": 1,
    "created": "2024-01-13T00:00:00Z"
  }
}

Changes