Printago API
POST
/v1/orders/ignored-skus/check
Check if SKUs are ignored
Request Body
List of SKUs to check
CheckIgnoredSkusRequest
skusrequired
string[]
Example Request
application/json
{
"skus": [
"string"
]
}
Response Schema
CheckIgnoredSkusResponse
Example Response
201 OK — application/json
{}