Method: PlentyClient::Item::Variation.list
- Defined in:
- lib/plenty_client/item/variation.rb
.list(item_id, headers = {}, &block) ⇒ Object
25 26 27 |
# File 'lib/plenty_client/item/variation.rb', line 25 def list(item_id, headers = {}, &block) get(build_endpoint(GET_ITEMS_VARIATIONS, item: item_id), headers, &block) end |