muffin_man 1.4.11 → 1.4.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8400a92d789fef98393d6ab3b6ab8f6fb941a491c1624b988e38f92c72758637
4
- data.tar.gz: 5465023294a1f34f4ee539f9101976ad6a381f2fb2bbb48457d8c20b996522bd
3
+ metadata.gz: 56a11750c6d7476f8ec76a10d48af26c4a08950925441d27711614db8f4a461d
4
+ data.tar.gz: 54ad3a2010e6e8740faeb3c99f56b3a03b0eaf16764a3ddc332dc6a5d66f417e
5
5
  SHA512:
6
- metadata.gz: 6b162a5707a72cd42332b8380c8c62fd5e03031936a1e18f1ccb75d6486c101237355b12becc89e48d9fcfc03effa94c1868016122e220c2652f6a2cd8899f89
7
- data.tar.gz: ba79b6aba53200162015a747fcab1127bb71e6cf7b6efe5af030f622f6214f34351add33a80c77c55481db55955ca8167b911b1042ed485c52a9020980bdb1d1
6
+ metadata.gz: '0839c14a32a23c9c5116e67579d0c972635075f3f552c62700d5ead90b9b74685b9dfc638856d9018c24380f5ca3ed3527c940b30763607318c2068612e700e1'
7
+ data.tar.gz: ad67a79ef140ddbd2c5d01d8ea70c5e00c0ff8037ae13de6f864b411b1a6105d3e3338ce505459587b74801c5612030447908a416da8c84b7b8f4dd4080cf89a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
+ # 1.4.12
2
+
3
+ - Support for getLabels [#30](https://github.com/patterninc/muffin_man/pull/30)
4
+
1
5
  # 1.4.11
2
6
 
3
7
  - Support for getLabels [#25](https://github.com/patterninc/muffin_man/pull/29)
8
+
4
9
  # 1.4.10
5
10
 
6
11
  - Fix to override global AWS config with credentials that are passed [#27](https://github.com/patterninc/muffin_man/pull/27)
@@ -64,7 +64,15 @@ module MuffinMan
64
64
  @query_params["NumberOfPallets"] = number_of_pallets unless number_of_pallets.nil?
65
65
  @query_params["PageSize"] = page_size unless page_size.nil?
66
66
  @query_params["PageStartIndex"] = page_start_index unless page_start_index.nil?
67
+ @request_type = "GET"
68
+ call_api
69
+ end
67
70
 
71
+ def get_shipment_items_by_shipment_id(shipment_id, marketplace_id)
72
+ @local_var_path = "/fba/inbound/v0/shipments/#{shipment_id}/items"
73
+ @query_params = {
74
+ "MarketplaceId" => marketplace_id,
75
+ }
68
76
  @request_type = "GET"
69
77
  call_api
70
78
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuffinMan
4
- VERSION = "1.4.11"
4
+ VERSION = "1.4.12"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muffin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.11
4
+ version: 1.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin