POST http:///api/v1/partner/store/webHook
The request body takes an array of PartnerWebHookAddRequest resources, 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[] |