Skip to content

Commit cca1583

Browse files
authored
Merge pull request saleweaver#1109 from bjquinn/master
2 parents ddf7a6e + 0abc031 commit cca1583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_api/api/vendor_direct_fulfillment_inventory/vendor_direct_fulfillment_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ def submit_inventory_update(self, warehouseId, **kwargs) -> ApiResponse:
5555
ApiResponse:
5656
"""
5757

58-
return self._request(fill_query_params(kwargs.pop('path'), warehouseId), data=kwargs)
58+
return self._request(fill_query_params(kwargs.pop('path'), warehouseId), data=kwargs, add_marketplace=False)
5959

0 commit comments

Comments
 (0)