We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c85c4 commit ad11d3eCopy full SHA for ad11d3e
spec/support/sp_api_helpers.rb
@@ -333,7 +333,7 @@ def stub_get_shipment_items_by_shipment_id
333
end
334
335
def stub_get_shipment_items
336
- stub_request(:get, "https://#{hostname}/fba/inbound/v0/shipmentItems?MarketplaceId=#{marketplace_id}&QueryType=#{query_type}")
+ stub_request(:get, "https://#{hostname}/fba/inbound/v0/shipmentItems?MarketplaceId=#{marketplace_id}&QueryType=#{query_type}&LastUpdatedAfter=#{last_updated_after}&LastUpdatedBefore=#{last_updated_before}")
337
.to_return(status: 200, body: File.read("./spec/support/get_shipment_items_by_shipment_id_v0.json"), headers: {})
338
339
0 commit comments