feat(medusa,brightpearl,segment,webshipper): claims (#163)
* chore: create tests * chore: models * fix: passing initial tests * test: adds integration test * test: clean up integration implementation * fix: claims * fix: brightpearl + webshipper * tests: passing * fix: update claim items * fix: adds gitignore * fix: pr comments * fix: single migration * fix(medusa-plugin-segment): adds item claimed event to segment
This commit is contained in:
@@ -301,6 +301,13 @@ class BrightpearlClient {
|
||||
return this.buildSearchResults_(data.response)
|
||||
})
|
||||
},
|
||||
retrievePrice: (productId) => {
|
||||
return this.client_
|
||||
.request({
|
||||
url: `/product-service/product-price/${productId}`,
|
||||
})
|
||||
.then(({ data }) => data.response.length && data.response[0])
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user