No content to show
User Activity
08-10-2020
I actually found the problem in the meantime. I'm not bumping into missing required fields. I could make an order with only the line-item property present.Shopify rejects all POST using Basic Auth if they contain cookies. Postman always sends (hidden...
08-10-2020
If I GET the list of orders, that works, but if I POST the most basic of create order messages {
"order": {
"line_items": [
{
"variant_id": 31779911532627,
"quantity": 1
}
]...