Skip to content
Discussion options

You must be logged in to vote

Hello, thank you for reaching out!

You're correct that the endpoint expects both on_hand and available inventory values when making a PUT call to update inventory.

At this time, there isn't a dedicated endpoint for updating the cost field by itself. To update the cost values of your inventory, you'll first need to retrieve your inventory from the GET endpoint: https://developer.sellbrite.com/endpoints/inventory. You can then pass the current on_hand and available quantities unchanged in the required fields of the PUT endpoint: https://developer.sellbrite.com/endpoints/inventory-put, along with the desired cost values. This will ensure that you're not unintentionally altering inventory lev…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rwrllc
Comment options

@rwrllc
Comment options

@rwrllc
Comment options

Answer selected by rwrllc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants