None History when updating Required Ship Date

When I update the required ship date on my orders with this mutation:

Summary
mutation {
  order_update(data: {order_id: "T3JkZXI6NTYzMjkxMjY1", required_ship_date: "2025-01-10"}) {
    request_id
    complexity
    order {
      id
      legacy_id
      order_number
      partner_order_id
      shop_name
      fulfillment_status
      order_date
      total_tax
      subtotal
      total_discounts
      total_price
      box_name
      ready_to_ship
      auto_print_return_label
      custom_invoice_url
      account_id
      updated_at
      email
      profile
      gift_note
      packing_note
      required_ship_date
      tags
      flagged
      saturday_delivery
      ignore_address_validation_errors
      skip_address_validation
      priority_flag
      allocation_priority
      source
      gift_invoice
      allow_partial
      require_signature
      adult_signature_required
      alcohol
      expected_weight_in_oz
      insurance
      insurance_amount
      currency
      has_dry_ice
      allow_split
      hold_until_date
      incoterms
      tax_id
      tax_type
      dry_ice_weight_in_lbs
      ftr_exemption
      address_is_business
    }
  }
}

The order history shows:

Request id678013015d6a80b26c63d079

Response:

Summary
{'data': {'order_update': {'request_id': '678013015d6a80b26c63d079', 'complexity': 10, 'order': {'id': 'T3JkZXI6NTYzMjkxMjY1', 'legacy_id': XX, 'order_number': 'XX', 'partner_order_id': 'XX', 'shop_name': 'XX.myshopify.com', 'fulfillment_status': 'pending', 'order_date': '2025-01-08T23:22:19', 'total_tax': 'XX.XX', 'subtotal': 'XX', 'total_discounts': '0.00', 'total_price': 'XX', 'box_name': None, 'ready_to_ship': False, 'auto_print_return_label': False, 'custom_invoice_url': None, 'account_id': 'XX==', 'updated_at': '2025-01-09T17:00:27', 'email': 'XX@gmail.com', 'profile': 'default', 'gift_note': '', 'packing_note': '', 'required_ship_date': '2025-01-10T00:00:00', 'tags': [], 'flagged': False, 'saturday_delivery': False, 'ignore_address_validation_errors': False, 'skip_address_validation': True, 'priority_flag': False, 'allocation_priority': 0, 'source': 'shopify', 'gift_invoice': False, 'allow_partial': False, 'require_signature': True, 'adult_signature_required': False, 'alcohol': False, 'expected_weight_in_oz': 'XX', 'insurance': False, 'insurance_amount': '0.00', 'currency': 'CAD', 'has_dry_ice': False, 'allow_split': True, 'hold_until_date': None, 'incoterms': None, 'tax_id': None, 'tax_type': None, 'dry_ice_weight_in_lbs': None, 'ftr_exemption': None, 'address_is_business': False}}}, 'extensions': {'throttling': {'estimated_complexity': 10, 'cost': 10, 'cost_detail': {'order_update': {'items_count': 0, 'cost': 10, 'total_cost': 10, 'fields': {}}}, 'user_quota': {'credits_remaining': 1567, 'max_available': 2002, 'increment_rate': 30}}}}

This was not the case a couple weeks ago.

Cheers,

Hans

Hey @hansdaigle I started with this one now! I’ll let you know as soon as I have any news.
Have a great day!

Hey @hansdaigle! I submitted a ticket for our engineering team for them to take a look at this bug.

@hansdaigle The fix has been deployed to prod

1 Like

Amazing thank you for the quick fix, i’ll monitor in the next couple days an reach out if anything!