Skip to content

Conversation

@lizkenyon
Copy link
Contributor

@lizkenyon lizkenyon commented Jan 6, 2025

WHY are these changes introduced?

Fixes #392

WHAT is this pull request doing?

- customer.ts:
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- Removed property: accepts_marketing from packages/apps/shopify-api/rest/admin/2024-10/customer.ts:253 ✅
	- Removed property: accepts_marketing_updated_at from packages/apps/shopify-api/rest/admin/2024-10/customer.ts:254 ✅
	    
	  fulfillment_request.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: kind at packages/apps/shopify-api/rest/admin/2025-01/fulfillment_request.ts:86
	- ✅ Added property: message at packages/apps/shopify-api/rest/admin/2025-01/fulfillment_request.ts:87
	- ✅Added property: request_options at packages/apps/shopify-api/rest/admin/2025-01/fulfillment_request.ts:88
	- ✅Added property: response_data at packages/apps/shopify-api/rest/admin/2025-01/fulfillment_request.ts:89
	- ✅ Added property: sent_at at packages/apps/shopify-api/rest/admin/2025-01/fulfillment_request.ts:90
	    
	  mobile_platform_application.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅ Added property: app_clip_application_id at packages/apps/shopify-api/rest/admin/2025-01/mobile_platform_application.ts:88
	- ✅ Added property: enabled_app_clips at packages/apps/shopify-api/rest/admin/2025-01/mobile_platform_application.ts:90
	    
	  order.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: confirmed at packages/apps/shopify-api/rest/admin/2025-01/order.ts:266
	- ✅Added property: duties_included at packages/apps/shopify-api/rest/admin/2025-01/order.ts:283
	- ✅Added property: total_cash_rounding_payment_adjustment_set at packages/apps/shopify-api/rest/admin/2025-01/order.ts:322
	- ✅Added property: total_cash_rounding_refund_adjustment_set at packages/apps/shopify-api/rest/admin/2025-01/order.ts:323
	- ✅Removed property: gateway from packages/apps/shopify-api/rest/admin/2024-10/order.ts:286
	    
	  payment.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Removed method: all from packages/apps/shopify-api/rest/admin/2024-10/payment.ts:66
	- ✅Removed method: count from packages/apps/shopify-api/rest/admin/2024-10/payment.ts:82
	- ✅Removed API endpoint: checkouts/<checkout_id>/payments/count.json
	    
	  payment_transaction.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: adjustment_reason at packages/apps/shopify-api/rest/admin/2025-01/payment_transaction.ts:64
	    
	  refund.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: refund_shipping_lines at packages/apps/shopify-api/rest/admin/2025-01/refund.ts:122
	    
	  shop.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: auto_configure_tax_inclusivity at packages/apps/shopify-api/rest/admin/2025-01/shop.ts:65
	- ✅Removed property: eligible_for_card_reader_giveaway from packages/apps/shopify-api/rest/admin/2024-10/shop.ts:76
	    
	  transaction.ts:  
	- API Version changed from ApiVersion.October24 to ApiVersion.January25
	- ✅Added property: manual_payment_gateway at packages/apps/shopify-api/rest/admin/2025-01/transaction.ts:119

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change
  • I have updated the documentation for public APIs from the library (if applicable)

@lizkenyon lizkenyon force-pushed the liz/update-rest-2025-01 branch from f8c65a4 to 6e6c744 Compare January 6, 2025 20:45
Copy link
Contributor

@sle-c sle-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lizkenyon lizkenyon force-pushed the liz/update-rest-2025-01 branch from 6e6c744 to fa53349 Compare January 6, 2025 21:50
@lizkenyon lizkenyon merged commit fb46c24 into main Jan 6, 2025
7 checks passed
@lizkenyon lizkenyon deleted the liz/update-rest-2025-01 branch January 6, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A new release of the Shopify API occurred

2 participants