Hallo,
ich würde gerne Via API alle Bestellungen mit dem Status Offen laden, sie wegschreiben / exportieren / was auch immer und anschließend den Status auf “In Bearbeitung” setzen.
Via Post v2 /order/: Passt. Aber Filter WHERE Status = Offen oder was auch immer. Wie geht das?
Noch was: Es ist ein Nackter 6.2.2 Shop.
Ich bekomme komische Feldermeldungen. Wieso?
Var_dump von der Response:
array(5) {
[0]=>
array(6) {
["code"]=>
string(36) "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
["status"]=>
string(3) "400"
["detail"]=>
string(35) "Dieser Wert sollte nicht leer sein."
["template"]=>
string(31) "This value should not be blank."
["meta"]=>
array(1) {
["parameters"]=>
array(1) {
["{{ value }}"]=>
string(4) "null"
}
}
["source"]=>
array(1) {
["pointer"]=>
string(19) "/0/billingAddressId"
}
}
[1]=>
array(6) {
["code"]=>
string(36) "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
["status"]=>
string(3) "400"
["detail"]=>
string(35) "Dieser Wert sollte nicht leer sein."
["template"]=>
string(31) "This value should not be blank."
["meta"]=>
array(1) {
["parameters"]=>
array(1) {
["{{ value }}"]=>
string(4) "null"
}
}
["source"]=>
array(1) {
["pointer"]=>
string(13) "/0/currencyId"
}
}
[2]=>
array(6) {
["code"]=>
string(36) "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
["status"]=>
string(3) "400"
["detail"]=>
string(35) "Dieser Wert sollte nicht leer sein."
["template"]=>
string(31) "This value should not be blank."
["meta"]=>
array(1) {
["parameters"]=>
array(1) {
["{{ value }}"]=>
string(4) "null"
}
}
["source"]=>
array(1) {
["pointer"]=>
string(17) "/0/salesChannelId"
}
}
[3]=>
array(6) {
["code"]=>
string(36) "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
["status"]=>
string(3) "400"
["detail"]=>
string(35) "Dieser Wert sollte nicht leer sein."
["template"]=>
string(31) "This value should not be blank."
["meta"]=>
array(1) {
["parameters"]=>
array(1) {
["{{ value }}"]=>
string(4) "null"
}
}
["source"]=>
array(1) {
["pointer"]=>
string(10) "/0/stateId"
}
}
[4]=>
array(6) {
["code"]=>
string(36) "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
["status"]=>
string(3) "400"
["detail"]=>
string(35) "Dieser Wert sollte nicht leer sein."
["template"]=>
string(31) "This value should not be blank."
["meta"]=>
array(1) {
["parameters"]=>
array(1) {
["{{ value }}"]=>
string(4) "null"
}
}
["source"]=>
array(1) {
["pointer"]=>
string(17) "/0/currencyFactor"
}
}
}
Wieso?
Danke und Grüße