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.
2 parents ec27839 + 98e2af8 commit c7ad7f8Copy full SHA for c7ad7f8
lib/beyond_api/resources/products.rb
@@ -98,8 +98,8 @@ def all(params = {})
98
# }
99
# },
100
# "shippingPeriod" : {
101
- # "minDays" : 2,
102
- # "maxDays" : 4,
+ # "min" : 2,
+ # "max" : 4,
103
# "displayUnit" : "WEEKS"
104
105
# }'
@@ -157,8 +157,8 @@ def all(params = {})
157
158
159
# "shippingPeriod": {
160
- # "minDays": 2,
161
- # "maxDays": 4,
+ # "min": 2,
+ # "max": 4,
162
# "displayUnit": "WEEKS"
163
164
0 commit comments