Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds 2025-01 Admin REST resources #1926

Merged
merged 5 commits into from
Jan 7, 2025
Merged

Adds 2025-01 Admin REST resources #1926

merged 5 commits into from
Jan 7, 2025

Conversation

sle-c
Copy link
Contributor

@sle-c sle-c commented Jan 6, 2025

WHY are these changes introduced?

Fixes #1914

WHAT is this pull request doing?

  • Adds 2025-01 Admin REST resources

All changes

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 used pnpm changeset to create a draft changelog entry (do NOT update the CHANGELOG.md files manually)
  • I have added/updated tests for this change
  • I have documented new APIs/updated the documentation for modified APIs (for public APIs)

@sle-c sle-c requested a review from a team as a code owner January 6, 2025 18:41
@sle-c sle-c changed the title Sle c/2025 01 rest resources Adds 2025-01 Admin REST resources Jan 6, 2025
@sle-c sle-c enabled auto-merge (squash) January 7, 2025 15:26
@sle-c sle-c merged commit dc6b8ad into main Jan 7, 2025
6 checks passed
@sle-c sle-c deleted the sle-c/2025-01-rest-resources branch January 7, 2025 16:11
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