| Name | Type | Description | Notes |
|---|---|---|---|
| production_partner_id | Integer | The numeric ID of a production partner. | [optional] |
| partner_name | String | The name or title of the production partner. | [optional] |
| location | String | A string representing the production partner location. | [optional] |
require 'etsy_api'
instance = EtsyApi::ShopProductionPartner.new(
production_partner_id: null,
partner_name: null,
location: null
)