Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 382 Bytes

UpdateStockLocationParams.md

File metadata and controls

18 lines (12 loc) · 382 Bytes

SpreeClient::UpdateStockLocationParams

Properties

Name Type Description Notes
stock_location CreateStockLocationParamsStockLocation

Example

require 'spree_client'

instance = SpreeClient::UpdateStockLocationParams.new(
  stock_location: null
)