Mandatory parameters

In the fulfillmenttools APIs, all mandatory string parameters must have a minimum length of 1. An empty string ("") is not a valid value.

For example, the fields title and titleLocalized in a listing must contain at least one character:

"titleLocalized": {
  "de_DE": "Beispieltitel"
}

Requests that include mandatory parameters with fewer than one character will fail.

Last updated