Entity errors
ProductError
Represents product errors.
Fields
message
String!
requiredThe message provides more information regarding the error related to the product.
code
required
The error code for the product error.
field
[String!]!
requiredThe path (on the response body) which this error relates to. For instance, a value of ["products", "0"]
means that this error relates to the first product requested.
Related types
Was this page helpful?