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

Pass a handle to the integrationApi when calling OfferProducer.produceOffers #85

Open
johndayrichter opened this issue Jan 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@johndayrichter
Copy link
Collaborator

Background: Sometimes OfferProducers need to store additional data about an offer that is outside of the OPR offer spec, especially mapping data between the internal representation of an offer in an inventory system and the public representation of the offer in OPR. This could be done very easily using the IntegrationApi.storeValue() (and related) methods, but these are not available to offer producers.

We should pass a handle to the integration API to OfferProducer.producerOffers so that offer producers can take advantage of the key/value store if they need it.

@johndayrichter johndayrichter added enhancement New feature or request good first issue Good for newcomers labels Jan 13, 2023
blingdahl added a commit to blingdahl/open-product-recovery that referenced this issue Mar 17, 2023
blingdahl added a commit to blingdahl/open-product-recovery that referenced this issue Mar 21, 2023
mryckman pushed a commit to blingdahl/open-product-recovery that referenced this issue Mar 21, 2023
blingdahl added a commit to blingdahl/open-product-recovery that referenced this issue Mar 21, 2023
@blingdahl blingdahl self-assigned this Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants