| Name | Type | Description | Notes |
|---|---|---|---|
| accounting | ItemAccounting | [optional] | |
| amember | ItemAmember | [optional] | |
| auto_order | ItemAutoOrder | [optional] | |
| ccbill | ItemCCBill | [optional] | |
| channel_partner_item_mappings | Array<ItemChannelPartnerMapping> | Channel Partner Item Mapping | [optional] |
| chargeback | ItemChargeback | [optional] | |
| checkout | ItemCheckout | [optional] | |
| content | ItemContent | [optional] | |
| creation_dts | String | Date/time of creation | [optional] |
| description | String | Description of the item up to 500 characters. | [optional] |
| description_translated_text_instance_oid | Integer | Description translated text instance id | [optional] |
| digital_delivery | ItemDigitalDelivery | [optional] | |
| ebay | ItemEbay | [optional] | |
| email_notifications | ItemEmailNotifications | [optional] | |
| enrollment123 | ItemEnrollment123 | [optional] | |
| fulfillment_addons | Array<ItemFulfillmentAddon> | Fulfillment Add-ons | [optional] |
| gated_codes | Array<ItemGatedCode> | Gated access codes for this item. Read-only on this object. Use the /items/{merchant_item_oid}/gated_codes endpoints to manage. | [optional] |
| gift_certificate | ItemGiftCertificate | [optional] | |
| google_product_search | ItemGoogleProductSearch | [optional] | |
| identifiers | ItemIdentifiers | [optional] | |
| inactive | Boolean | True if this item is inactive and can not be purchased | [optional] |
| instant_payment_notifications | ItemInstantPaymentNotifications | [optional] | |
| internal | ItemInternal | [optional] | |
| kit | Boolean | True if this item is a kit | [optional] |
| kit_component_only | Boolean | True if this item can only be usd as a kit component | [optional] |
| kit_definition | ItemKitDefinition | [optional] | |
| last_modified_dts | String | Date/time of last modification | [optional] |
| merchant_id | String | UltraCart merchant ID owning item | [optional] |
| merchant_item_id | String | Unique item id assigned to this item | [optional] |
| merchant_item_oid | Integer | Unique object identifier for this item | [optional] |
| options | Array<ItemOption> | Options | [optional] |
| parent_category_id | Integer | Parent category of the item. Zero indicates the root folder. | [optional] |
| parent_category_path | String | Parent category path. / indicates the root folder. This is the folder structure within item management. | [optional] |
| payment_processing | ItemPaymentProcessing | [optional] | |
| physical | ItemPhysical | [optional] | |
| pricing | ItemPricing | [optional] | |
| properties | Array<ItemProperty> | Properties | [optional] |
| realtime_pricing | ItemRealtimePricing | [optional] | |
| recommend_replenishment_days | Integer | Number of days to recommend replenishment after. Null is not configured. Set to zero to disable. | [optional] |
| related | ItemRelated | [optional] | |
| reporting | ItemReporting | [optional] | |
| restriction | ItemRestriction | [optional] | |
| revguard | ItemRevguard | [optional] | |
| reviews | ItemReviews | [optional] | |
| salesforce | ItemSalesforce | [optional] | |
| shipping | ItemShipping | [optional] | |
| tags | ItemTags | [optional] | |
| tax | ItemTax | [optional] | |
| third_party_email_marketing | Array<ItemThirdPartyEmailMarketing> | 3rd Party Email Marketing | [optional] |
| variant_items | Array<ItemVariantItem> | Variant Items | [optional] |
| variations | Array<ItemVariation> | Variations | [optional] |
| wishlist_member | ItemWishlistMember | [optional] |
require 'ultracart_api'
instance = UltracartClient::Item.new(
accounting: null,
amember: null,
auto_order: null,
ccbill: null,
channel_partner_item_mappings: null,
chargeback: null,
checkout: null,
content: null,
creation_dts: null,
description: null,
description_translated_text_instance_oid: null,
digital_delivery: null,
ebay: null,
email_notifications: null,
enrollment123: null,
fulfillment_addons: null,
gated_codes: null,
gift_certificate: null,
google_product_search: null,
identifiers: null,
inactive: null,
instant_payment_notifications: null,
internal: null,
kit: null,
kit_component_only: null,
kit_definition: null,
last_modified_dts: null,
merchant_id: null,
merchant_item_id: null,
merchant_item_oid: null,
options: null,
parent_category_id: null,
parent_category_path: null,
payment_processing: null,
physical: null,
pricing: null,
properties: null,
realtime_pricing: null,
recommend_replenishment_days: null,
related: null,
reporting: null,
restriction: null,
revguard: null,
reviews: null,
salesforce: null,
shipping: null,
tags: null,
tax: null,
third_party_email_marketing: null,
variant_items: null,
variations: null,
wishlist_member: null
)