POST http:///api/v1/partner/webHooks
The request body takes a complete PartnerWebHookAddRequest resource, containing the following writable properties:
{
"shopId": "string",
"url": "string",
"webHookType": "string",
"webHookUrls": [
"string"
]
}
Name | Type | Description | Additional |
---|---|---|---|
shopId | string | Optional | |
url | string | Optional | |
webHookType | string |
Possible values are:
|
|
webHookUrls[] | array of string |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
PartnerWebHook |