No content to show
User Activity
I'm still getting the same error. Assuming the fulfillment_id is invalid for me, can I retrieve the fulfillment_id from the following path?https://${shop}/admin/api/${SHOPIFY_API_VERSION}/orders/${orderId}/fulfillment_orders.json
Hello, i'm trying to update the order fulfillment information using the following api: 'fulfillment': { 'notify_customer': true, 'tracking_info': { 'number': trackingNumber, 'url': trackingUrl, 'company': shippi...