Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1 KB

update-item-taxes-response.md

File metadata and controls

42 lines (34 loc) · 1 KB

Update Item Taxes Response

Structure

Update Item Taxes Response

Fields

Name Type Tags Description
errors List Error Optional Any errors that occurred during the request.
updated_at str Optional The database timestamp of this update in RFC 3339 format, e.g., 2016-09-04T23:59:33.123Z.

Example (as JSON)

{
  "updated_at": "2016-11-16T22:25:24.878Z",
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}