Printago API
PATCH
/v1/orders/ignored-skus
Update ignored SKUs list
Request Body
SKUs to add to or remove from the ignore list
EditIgnoredSkusRequest
addoptional
string[]
removeoptional
string[]
Example Request
application/json
{
"add": [
"string"
],
"remove": [
"string"
]
}
Response Schema
Response
value
object