Skip to content

Commit

Permalink
chore: set check by delivered
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jun 7, 2024
1 parent d0c2c37 commit 971ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/integration/update-tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const fetchTracking = ({ appSdk, storeId }) => {
let orders
const ordersEndpoint = '/orders.json?fields=_id,number,amount,fulfillment_status,shipping_lines,shipping_method_label,metafields,buyers,items' +
'&shipping_lines.app.carrier=MANDAE' +
'&fulfillment_status.current=ready_for_shipping' +
'&fulfillment_status.current!=delivered' +
'&financial_status.current=paid' +
'&shipping_lines.invoices.serial_number=21' +
'&sort=updated_at'
Expand Down

0 comments on commit 971ca90

Please sign in to comment.