Stop batch request
POST
https://app.ecwid.com/api/v3/{storeId}/batch/cancel-group?ticketId={ticketId}&groupId={groupId}
Required access scopes
This request does not require any access scopes.
Path params
All path params are required.
storeId
number
Ecwid store ID.
Query params
Some of the query params are required.
ticketId
string
Internal "ticket ID" assigned to the batch. Required
groupId
number
Internal group ID assigned to the batch. Required
escapedJson
number
Set true
to get responses for already completed requests included in the batch.
Responses are returned as escaped JSON string in the escapedHttpBody
field.
By default, responses for API requests included in the batch are not returned.
Optional
Response JSON
A JSON object with the following fields:
updateCount
number
Defines if the request was successful.
One of:
1
if the batch was stopped,
0
if the item was not updated.
Last updated
Was this helpful?