Blackout is the codename for the Farfetch Platform Solutions (FPS) projects. Useful to build e-commerce applications using the FPS APIs and integrating business logic.
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
[x] The commit message follows our guidelines
[x] Tests for the respective changes have been added
[x] The code is commented, particularly in hard-to-understand areas
[x] 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
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
Disclaimer
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement