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

feat: expose missing address endpoints on v1 #972

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

jpklzm
Copy link
Contributor

@jpklzm jpklzm commented Jan 23, 2024

Description

This adds the following endpoints to the v1 version:
DELETE /users​/{id}​/addresses​/shipping​/current > Unsets the default shipping address of the user.
DELETE /users​/{id}​/addresses​/billing​/current > Unsets the default billing address of the user.

Dependencies

Checklist

  • The commit message follows our guidelines
  • Tests for the respective changes have been added
  • The code is commented, particularly in hard-to-understand areas
  • The labels and/or milestones were added

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@github-actions github-actions bot added 📦 core Relative to the `@farfetch/blackout-core` package type: feature New feature labels Jan 23, 2024
@jpklzm jpklzm force-pushed the feat_expose-missing-address-endpoints-v1 branch from c3a3528 to ce1acd6 Compare January 23, 2024 11:11
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 23, 2024
@jpklzm jpklzm force-pushed the feat_expose-missing-address-endpoints-v1 branch from ce1acd6 to 07c41d7 Compare January 25, 2024 10:12
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 25, 2024
@jpklzm jpklzm force-pushed the feat_expose-missing-address-endpoints-v1 branch from 07c41d7 to f02efcf Compare January 25, 2024 10:46
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 25, 2024
feat: add missing address endpoints
@jpklzm jpklzm force-pushed the feat_expose-missing-address-endpoints-v1 branch from f02efcf to b14703e Compare January 25, 2024 11:17
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 25, 2024
@jpklzm jpklzm merged commit cbd9e19 into dev-v1-23-01-24 Jan 31, 2024
3 checks passed
@jpklzm jpklzm deleted the feat_expose-missing-address-endpoints-v1 branch January 31, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 core Relative to the `@farfetch/blackout-core` package type: feature New feature
Development

Successfully merging this pull request may close these issues.

4 participants