Appearance
POST/api/v1/tenant/products/{productId}/sync-stripe
Parameters 1
| Name | Type | Description |
|---|---|---|
productIdrequired | path · integer |
ReturnsResponseProductView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"id": 0,
"slug": "string",
"title": "string",
"offeringType": "string"
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}