WP EasyCart uses webhooks to trigger any event in your platform. You may subscribe and unsubscribe to any webhook using the endpoints in the API. It is also possible to manually add, edit, delete, or retry webhooks within the WP EasyCart Admin -> settings -> third party management area.
| type | string The type of webhook |
| endpoint | string The endpoint for your webhook. |
{- "type": "new_category",
- "endpoint": "string"
}Subscribe to a specific webhook within the WP EasyCart
Must submit a type and endpoint.
Successful operation
Unauthorized
{- "type": "new_category",
- "endpoint": "string"
}{- "type": "new_category",
- "endpoint": "string"
}Unsubscribe to a specific webhook within the WP EasyCart
Must submit a type and endpoint.
Successful operation
Unauthorized
{- "type": "new_category",
- "endpoint": "string"
}{- "type": "new_category",
- "endpoint": "string"
}