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

MP-6359 Collections #205

Merged
merged 16 commits into from
Feb 19, 2024
Merged

MP-6359 Collections #205

merged 16 commits into from
Feb 19, 2024

Conversation

NickVries
Copy link
Member

Changes

  • ✨ Added Collection and CollectionProxy.
  • ✨ Added the following methods to MyParcelComApi:
    • getCollections(array $filters = [])
    • getCollection(string $collectionId)
    • createCollection(CollectionInterface $collection)
    • registerCollection(CollectionInterface|string $collection)
    • updateCollection(CollectionInterface $collection)
    • deleteCollection(CollectionInterface $collection)
    • addShipmentsToCollection(CollectionInterface $collection, array $shipmentIds)
    • generateManifestForCollection(string $collectionId)
  • ✨ Added collection relationship to Shipment resource.
  • ✅ Tests tests tests...

@yoan-myparcel yoan-myparcel merged commit 9bc9438 into develop Feb 19, 2024
3 checks passed
@yoan-myparcel yoan-myparcel deleted the feature/MP-6359-add-collections branch February 19, 2024 16:48
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.

3 participants