Hi there,
I try to to fulfill my orders with the API /api/v2/orders/{orderId}/fulfillments.json
The request is:
{ “line_item_ids”: [ { “line_item_id”: “17484768149841”, “quantity”: “1” } ], “fulfillment_method”: “other”, “tracking_number”: “12345”, “fulfillment_location_id”: “382504”, “tracking_url”: " Sendungsverfolgung - IDS Logistik " }
But i get the error:
HTTP status: 422 (Unprocessable Content), Response Content: {“code”:422,“message”:“Unprocessable Entity, Multi Location Inventory and Store Pickup not supported”}
what do i have to change in the settings?
Thank you
Enrico