ShipStation Connector Objects

Objects Supported 

NameDescription
CarrierPackagesRetrieves the list of packages for the specified carrier.
CarriersLists all shipping providers connected to this account.
CarrierServicesLists all the available shipping services.
CustomersLists customers.
CustomerTagsLists customer tags.
FulfillmentsList all the fulfillments.
MarketplacesLists marketplaces.
MarketplaceUsernamesList all the marketplace usernames of the customers.
OrderCustomsItemsCustoms Items of the Orders.
OrderItemsItems of the orders.
OrdersLists all orders.
ProductsLists all the products.
ProductTagsLists product tags.
ShipmentItemsLists shipment items.
ShipmentsRetrieves the list of shipments.
StoreRefreshStatusLists status of the store refresh.
StoresLists all stores.
TagsLists all the tags defined for this account.
UsersLists ShipStation users.
WarehousesLists warehouses.

CarrierPackages 

NameTypeReadOnlyReferencesFilterOnlyDescription
CarrierCode [KEY]StringTrueCarriers.CarrierCodeNoThe carrier's code.
CodeStringTrueNoUnique code for the carrier Carrier Packages.
NameStringTrueNoName of the package.
DomesticBooleanTrueNoTrue or false for domestic.
InternationalBooleanTrueNoTrue or false for International.

Return to Top

Carriers 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoShipment provider Id unique for the carriers.
CarrierCodeStringTrueNoUnique code of the carrier.
AccountNumberStringTrueNoCarrier Account Number.
BalanceDoubleTrueNoAccount balance of the carrier.
NameStringTrueNoCarrier name.
NicknameStringTrueNoNick Name of the carrier.
PrimaryBooleanTrueNoTrue or false for making carrier as primary.
RequiresFundedAccountBooleanTrueNoTrue or false for requires Funded Account.

Return to Top

CarrierServices 

NameTypeReadOnlyReferencesFilterOnlyDescription
CarrierCode [KEY]StringTrueCarriers.CarrierCodeNoCode of the carrier.
CodeStringTrueNoUnique carrier service code.
NameStringTrueNoName of the carrier service.
DomesticBooleanTrueNoTrue or False for domestic.
InternationalBooleanTrueNoTrue or False for International.

Return to Top

Customers 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongTrueNoUnique customer Id.
AddressVerifiedStringTrueNoAddress verified or not for the customer.
CityStringTrueNoCity of the customer.
CompanyStringTrueNoCompany of the customer.
CountryCodeStringTrueNoCountry code of the customer.
CreateDateDatetimeTrueNoCustomer create date.
EmailStringTrueNoEmail id of the customer.
ModifyDateDatetimeTrueNoDate of the Modified details of customer.
NameStringTrueNoName of the customer.
PhoneStringTrueNoContact number of the customer.
PostalCodeStringTrueNoPostal code of the customer.
StateStringTrueNoCustomer residence date.
Street1StringTrueNoCustomer street1.
Street2StringTrueNoCustomer street2.
MarketplaceUsernamesStringTrueNoList the information for the MarketPlace usernames.
StateCodeStringTrueNoCustomers that reside in the specified stateCode.
MarketplaceIdLongTrueNoCustomers that purchased items from the specified marketplaceId.
TagIdStringTrueCustomerTags.IdNoCustomers that have been tagged with the specified tagId.

Return to Top

CustomerTags 

NameTypeReadOnlyReferencesFilterOnlyDescription
CustomerIdLongTrueCustomers.IdNoId of the customer.
IdIntegerTrueTags.IdNoTagId of the customer.
NameStringTrueNoName of the tag.

Return to Top

Fulfillments 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoFulfillment Id of the order.
CarrierCodeStringTrueNoCarrier Code for the order.
CreateDateDatetimeTrueNoFulfillment create Date date.
CustomerEmailStringTrueNoEmail Id of the customer.
DeliveryDateDateTrueNoDelivery date of the product.
FulfillmentFeeIntegerTrueNoFulfillment date of the product.
FulfillmentProviderCodStringTrueNoProvider code of the fulfillment.
FulfillmentServiceCodeStringTrueNoService code of the fulfillment.
MarketplaceNotifiedBooleanTrueNoMarketplace is notified or not.
NotifyErrorMessageStringTrueNoError message of the notification.
OrderIdIntegerTrueOrders.IdNoOrder Id of the product.
OrderNumberStringTrueNoOrder number of the product.
ShipDateDatetimeTrueNoShipping date of the product.
ShipToAddressVerifiedStringTrueNoShipping address verification status.
ShipToCityStringTrueNoShipping to city.
ShipToCompanyStringTrueNoShipping to company.
ShipToCountryStringTrueNoShipping to country.
ShipToNameStringTrueNoShipping to name.
ShipToPhoneStringTrueNoShipping to phone number.
ShipToPostalCodeStringTrueNoShipping to postal code.
ShipToResidentialBooleanTrueNoShipping to residential.
ShipToStateStringTrueNoShipping to State.
ShipToStreet1StringTrueNoShipping to street1.
ShipToStreet2StringTrueNoShipping to street2.
ShipToStreet3StringTrueNoShipping to street3.
TrackingNumberStringTrueNoTracking number of the product.
UserIdStringTrueUsers.IdNoUserId of order.
VoidDateDatetimeTrueNoVoid date of order.
VoidedBooleanTrueNoWhether or not the order is voided.
VoidRequestedBooleanTrueNoVoid.
RecipientNameStringFalseYesName of the recipient.

Return to Top

Marketplaces 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoId of the marketplace.
CanConfirmShipmentsBooleanTrueNoCan confirm shipments or not.
CanRefreshBooleanTrueNoWhether or not the marketplace can refresh.
NameStringTrueNoName of the Marketplace.
SupportsCustomMappingsBooleanTrueNoMarketplace will able to support custom mapping or not.
SupportsCustomStatusesBooleanTrueNoMarketplace will able to support custom statuses or not.

Return to Top

MarketplaceUsernames 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongTrueNoMarketplace customer user Id.
CustomerId [KEY]LongTrueCustomers.IdNoId of the customer.
CreateDateDatetimeTrueNoCreate date of this record.
MarketplaceStringTrueNoName of the marketplace.
MarketplaceIdIntegerTrueNoId of the marketplace.
ModifyDateDatetimeTrueNoModify date of this record.
UsernameStringTrueNoUsername of the customers.

Return to Top

OrderCustomsItems 

NameTypeReadOnlyReferencesFilterOnlyDescription
CustomsItemId [KEY]LongTrueNoId of the customs Item.
CountryOfOriginStringTrueNoOrigin country of the customs Item.
DescriptionStringTrueNoDescription of the customs Item.
HarmonizedTariffCodeStringTrueNoHarmonized tariff code of the customers Item.
QuantityIntegerTrueNoQuantity of the customs Item.
ValueDoubleTrueNoValue of the customs Item.
OrderId [KEY]LongTrueNoId of the Order.

Return to Top

OrderItems 

NameTypeReadOnlyReferencesFilterOnlyDescription
OrderItemId [KEY]LongTrueNoId of the Ordered Item.
ImageUrlStringTrueNoURL of the ordered Item Image.
LineItemKeyStringTrueNoKey of the line Item.
NameStringTrueNoName of the ordered Item.
OptionsStringTrueNoList of options associated with this order item.
QuantityIntegerTrueNoQuantity of the ordered Item.
ShippingAmountDoubleTrueNoShipping amount for the ordered Item.
SKUStringTrueNoSKU of the ordered Item.
TaxAmountDoubleTrueNoTax amount for the ordered Item.
UnitPriceDoubleTrueNoUnite price of the Ordered Item.
WarehouseLocationStringTrueNoOrdered Item warehouse location.
ProductIdIntegerTrueProducts.IdNoProduct Id of the ordered Id.
FulfillmentSKUStringTrueNoFulfillment SKU for the ordered Item.
AdjustmentBooleanTrueNoAdjustment is there are not for ordered Item.
UpcStringTrueNoUPC of the ordered Item.
CreateDateDatetimeTrueNoCreate date of this record.
ModifyDateDatetimeTrueNoModify date of this record.
WeightUnitsStringTrueNoWeight unit of the ordered Item.
WeightValueDoubleTrueNoWeight value of the ordered Item.
WeightWtUnitsIntegerTrueNoA numeric value that is equivalent to the units field.
OrderId [KEY]LongTrueOrders.IdNoId of the Order.

Return to Top

Orders 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongTrueNoThe system generated identifier for the order.
AdvancedOptionsBillToAccountStringTrueNoAccount number of billToParty.
AdvancedOptionsBillToCountryCodeStringTrueNoCountry Code of billToParty.
AdvancedOptionsBillToPartyStringTrueNoIdentifies which party to bill.
AdvancedOptionsBillToPostalCodeStringTrueNoPostal code of billToParty.
AdvancedOptionsContainsAlcoholBooleanTrueNoSpecifies whether the order contains alcohol.
AdvancedOptionsCustomField1StringTrueNoField that allows for custom data to be associated with an order.
AdvancedOptionsCustomField2StringTrueNoField that allows for custom data to be associated with an order.
AdvancedOptionsCustomField3StringTrueNoField that allows for custom data to be associated with an order.
AdvancedOptionsMergedIdsStringTrueNoArray of orderIds. Each orderId identifies an order that was merged with the associated order.
AdvancedOptionsMergedOrSplitBooleanTrueNoReturns whether or not an order has been merged or split with another order.
AdvancedOptionsNonMachinableBooleanTrueNoSpecifies whether the order is non-machinable.
AdvancedOptionsParentIdIntegerTrueNoIf an order has been split, it will return the Parent ID of the order with which it has been split.
AdvancedOptionsSaturdayDeliveryBooleanTrueNoSpecifies whether the order is to be delivered on a Saturday.
AdvancedOptionsSourceStringTrueNoIdentifies the original source/marketplace of the order.
AdvancedOptionsStoreIdIntegerTrueNoID of store that is associated with the order.
AdvancedOptionsWarehouseIdIntegerTrueNoSpecifies the warehouse where to the order is to ship from.
AmountPaidDoubleTrueNoThe total amount paid for the Order.
BillToAddressVerifiedStringTrueNoBilling to address Verified Status.
BillToCityStringTrueNoBilling to city.
BillToCompanyStringTrueNoBilling to company.
BillToCountryStringTrueNoBilling to country.
BillToNameStringTrueNoBilling to Name.
BillToPhoneStringTrueNoBilling to phone.
BillToPostalCodeStringTrueNoBilling to postal code.
BillToResidentialBooleanTrueNoBilling to residential.
BillToStateStringTrueNoBilling to state.
BillToStreet1StringTrueNoBilling to street1.
BillToStreet2StringTrueNoBilling to street2.
BillToStreet3StringTrueNoBilling to shipToStreet3.
CarrierCodeStringTrueNoThe code for the carrier that is to be used(or was used) when this order is shipped(was shipped).
ConfirmationStringTrueNoThe type of delivery confirmation that is to be used(or was used) when this order is shipped(was shipped).
CreateDateDatetimeTrueNoThe timestamp the order was created in ShipStation's database. Read-Only.
CustomerEmailStringTrueNoThe customer's email address.
CustomerIdIntegerTrueCustomers.IdNoUnique identifier for the customer. Generated by ShipStation the first time the customer record is created.
CustomerNotesStringTrueNoNotes left by the customer when placing the order.
CustomerUsernameStringTrueNoIdentifier for the customer in the originating system. This is typically a username or email address.
DimensionsHeightDoubleTrueNoHeight of the order.
DimensionsLengthDoubleTrueNoLength of the order.
DimensionsUnitsStringTrueNoUnits of the order.
DimensionsWidthDoubleTrueNoWidth of the order.
ExternallyFulfilledBooleanTrueNoStates whether the order has is current marked as externally fulfilled by the marketplace.
ExternallyFulfilledByStringTrueNoIf externally Fulfilled is true then this string will return how the order is being fulfilled by the marketplace.
GiftBooleanTrueNoSpecifies whether or not this Order is a gift.
GiftMessageStringTrueNoGift message left by the customer when placing the order.
HoldUntilDateStringTrueNoIf placed on hold, this date is the expiration date for this order's hold status.
InsuranceOptionsInsuredValueDoubleTrueNoThe shipping insurance information associated with this order.(insured Value).
InsuranceOptionsInsureShipmentBooleanTrueNoThe shipping insurance information associated with this order.(insured Shipment).
InsuranceOptionsProviderStringTrueNoThe shipping insurance information associated with this order.(insurance provider).
InternalNotesStringTrueNoPrivate notes that are only visible to the seller.
InternationalOptionsContentsStringTrueNoCustoms information that can be used to generate customs documents for international orders(contents).
InternationalOptionsNonDeliveryStringTrueNoCustoms information that can be used to generate customs documents for international orders(non Delivery).
LabelMessagesStringTrueNoLabel messages of the order.
ModifyDateDatetimeTrueNoThe timestamp the order was modified in ShipStation. modify Date will equal create Date until a modification is made.
OrderDateDatetimeTrueNoThe date the order was placed.
OrderKeyStringTrueNoA user-provided key that should be unique to each order. Can only be initalized during order creation. If the orderkey isn't specified during creation, a unique value will be generated and assigned.
OrderNumberStringTrueNoA user-defined order number used to identify an order.
OrderStatusStringTrueNoThe order's status. Possible values: 'awaiting_payment', 'awaiting_shipment', 'shipped', 'on_hold', 'cancelled'
OrderTotalDoubleTrueNoThe order total.
PackageCodeStringTrueNoThe code for the package type that is to be used(or was used) when this order is shipped(was shipped).
PaymentDateDatetimeTrueNoThe date the order was paid for.
PaymentMethodStringTrueNoMethod of payment used by the customer.
RequestedShippingServiceStringTrueNoIdentifies the shipping service selected by the customer when placing this order. This value is given to ShipStation by the marketplace/cart.
ServiceCodeStringTrueNoThe code for the shipping service that is to be used(or was used) when this order is shipped(was shipped).
ShipByDateDateTrueNoThe date the order is to be shipped before or on.
ShipDateDateTrueNoThe date the order was shipped.
ShippingAmountDoubleTrueNoShipping amount paid by the customer, if any.
ShipToAddressVerifiedStringTrueNoThe recipients shipping address Verified or not.
ShipToCityStringTrueNoThe recipients shipping city.
ShipToCompanyStringTrueNoThe recipients shipping company.
ShipToCountryStringTrueNoThe recipients shipping country.
ShipToNameStringTrueNoThe recipients shipping name.
ShipToPhoneStringTrueNoThe recipients shipping phone.
ShipToPostalCodeStringTrueNoThe recipients shipping postal code.
ShipToResidentialBooleanTrueNoThe recipients shipping residential.
ShipToStateStringTrueNoThe recipients shipping state.
ShipToStreet1StringTrueNoThe recipients shipping street1.
ShipToStreet2StringTrueNoThe recipients shipping street2.
ShipToStreet3StringTrueNoThe recipients shipping street3.
TagIdsStringTrueNoArray of tagIds associated with this order.
TaxAmountDoubleTrueNoThe total tax amount for the Order.
UserIdStringTrueNoUser assigned to Order/Shipment in the GUID. Read-Only.
WeightUnitsStringTrueNoWeight of the order units.
WeightValueDoubleTrueNoWeight of the order value.
WeightWtUnitsIntegerTrueNoA numeric value that is equivalent to the units field.
AdvancedOptionsBillToMyOtherAccountStringTrueNoWhen using my_other_account as the billToParty value, the shippingProviderId value that is associated with the desired account.Make a List Carriers call to obtain shippingProviderId values.
InsuranceOptionsCustomItemsStringTrueNoCustom Items.
CustomerNameStringFalseNoName of the customer.
ItemKeywordStringFalseNoReturns orders that contain items that match the specified keyword. Fields searched are Sku, Description, and Options.

Return to Top

Products 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoId of product.
ActiveBooleanTrueNoProduct active or not status.
AliasesStringTrueNoAliases for the product.
CreateDateDatetimeTrueNoCreate date of this record.
CustomsCountryCodeStringTrueNoCustoms country code of the product.
CustomsDescriptionStringTrueNoCustoms description of the product.
CustomsTariffNoStringTrueNoCustoms traffic number of the product.
CustomsValueDoubleTrueNoCustoms value of the product.
DefaultCarrierCodeStringTrueNoDefault carrier code for the product.
DefaultConfirmationStringTrueNoDefault confirmation of the product.
DefaultCostDoubleTrueNoDefault cost for the product.
DefaultIntlCarrierCodeStringTrueNoDefault international carrier code of the product.
DefaultIntlConfirmationStringTrueNoDefault international confirmation code of the product.
DefaultIntlPackageCodeStringTrueNoDefault international package code.
DefaultIntlServiceCodeStringTrueNoDefault international service code.
DefaultPackageCodeStringTrueNoThe default domestic packageType for this product.
DefaultServiceCodeStringTrueNoThe default domestic shipping service for this product.
FulfillmentSKUStringTrueNoStock keeping Unit for the fulfillment of that product by a 3rd party.
HeightDoubleTrueNoThe height of the product. Unit of measurement is UI dependent. No conversions will be made from one UOM to another. See our knowledge base here for more details.
InternalNotesStringTrueNoSeller's private notes for the product.
LengthDoubleTrueNoThe length of the product. Unit of measurement is UI dependent. No conversions will be made from one UOM to another. See our knowledge base here for more details.
ModifyDateDatetimeTrueNoThe timestamp the product record was modified in ShipStation. Read-Only.
NameStringTrueNoName or description of the product.
NoCustomsBooleanTrueNoIf true, this product will not be included on international customs forms.
PriceDoubleTrueNoThe unit price of the product.
ProductCategoryIdLongTrueNoThe system generated identifier for the product category.
ProductCategoryNameStringTrueNoName or description for the product category.
ProductTypeCustomsCountryCodeStringTrueNoCustoms Country Code of the Product Type.
ProductTypeCustomsDescriptionStringTrueNoCustoms Description of the Product Type.
ProductTypeCustomsTariffNoStringTrueNoCustoms Tariff No of the Product Type.
ProductTypeCustomsValueDoubleTrueNoCustoms Value of the Product Type.
ProductTypeHeightDoubleTrueNoHeight of the Product Type.
ProductTypeDefaultCarrierCodeStringTrueNoDefault Carrier Code of the Product Type.
ProductTypeDefaultIntlCarrierCodeStringTrueNoDefault International Carrier Code of the Product Type.
ProductTypeDefaultIntlPackageCodeStringTrueNoDefault International Package Code of the Product Type.
ProductTypeDefaultIntlServiceCodeStringTrueNoDefault International Service Code of the Product Type.
ProductTypeDefaultPackageCodeStringTrueNoDefault Package Code of the Product Type.
ProductTypeDefaultServiceCodeStringTrueNoDefault Service Code of the Product Type.
ProductTypeIdLongTrueNoSpecifies the product type Id.
ProductTypeLengthDoubleTrueNoLength of the Product Type.
ProductTypeNameStringTrueNoName of the Product Type.
ProductTypeNoCustomsBooleanTrueNoIf true, this product type will not nbe included on international customs forum.
ProductTypeWeightOzDoubleTrueNoWeight of the Product Type.
ProductTypeWidthDoubleTrueNoWidth of the Product Type.
SKUStringTrueNoStock keeping Unit. A user-defined value for a product to help identify the product. It is suggested that each product should contain a unique SKU.
WarehouseLocationStringTrueNoThe warehouse location associated with the product record.
WeightOzDoubleTrueNoThe weight of a single item in ounces.
WidthDoubleTrueNoThe width of the product. Unit of measurement is UI dependent. No conversions will be made from one UOM to another. See our knowledge base here for more details.
TagsStringTrueNoList of Tags of the product.
UPCStringTrueNoReturn a product that matches the specified UPC code.
ShowInactiveBooleanFalseNoWhether the list should include inactive products.
TagIdIntegerFalseTags.IdNoTag Id of the product

Return to Top

ProductTags 

NameTypeReadOnlyReferencesFilterOnlyDescription
IdIntegerTrueTags.IdNoThe system generated identifier for the product tag.
NameStringTrueNoName or description for the product tag.
ProductIdLongTrueProducts.IdNoId of the product.

Return to Top

ShipmentItems 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongTrueNoId of the ordered Item.
ShipmentIdLongTrueNoId of the Shipment.
FulfillmentSKUStringTrueNoThe fulfillment SKU associated with this OrderItem if the fulfillment provider requires an identifier other then the SKU.
ImageUrlStringTrueNoThe public URL to the product image.
LineItemKeyStringTrueNoAn identifier for the OrderItem in the originating system.
NameStringTrueNoThe name of the product associated with this line item. Cannot be null.
OptionsNameStringTrueNoOptions of the Item.
OptionsValueStringTrueNoOptions of the Item.
ProductIdIntegerTrueNoId of the product.
QuantityIntegerTrueNoThe quantity of product ordered.
SKUStringTrueNoThe SKU (stock keeping unit) identifier for the product associated with this line item.
UnitPriceDoubleTrueNoThe sell price of a single item specified by the order source.
WarehouseLocationStringTrueNoThe location of the product within the seller's warehouse (e.g. Aisle 3, Shelf A, Bin 5).
WeightValueDoubleTrueNoThe weight value of a single item.
WeightUnitsStringTrueNoThe units of weight.
WeightWtUnitsIntegerTrueNoA numeric value that is equivalent to the units field.

Return to Top

Shipments 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoId of the Shipment.
AdvancedOptionsBillToAccountStringTrueNoBill to Account of the shipment.
AdvancedOptionsBillToCountryCodeStringTrueNoBill to country code of the shipment.
AdvancedOptionsBillToMyOtherAccountStringTrueNoBill to other account of the shipment.
AdvancedOptionsBillToPartyStringTrueNoBill to party of the shipment.
AdvancedOptionsBillToPostalCodeStringTrueNoBill to postal code of the shipment.
AdvancedOptionsContainsAlcoholBooleanTrueNoWhether the shipment contains alcohol or not.
AdvancedOptionsCustomField1StringTrueNoCustom field for shipment description.
AdvancedOptionsCustomField2StringTrueNoCustom field for shipment description.
AdvancedOptionsCustomField3StringTrueNoCustom field for shipment description.
AdvancedOptionsMergedIdsStringTrueNoMerge id of the shipment.
AdvancedOptionsMergedOrSplitBooleanTrueNoMerge or split the shipment.
AdvancedOptionsNonMachinableBooleanTrueNoNone machinable or not.
AdvancedOptionsParentIdIntegerTrueNoParent Id of the shipment.
AdvancedOptionsSaturdayDeliveryBooleanTrueNoAvailable for Saturday delivery or not.
AdvancedOptionsSourceStringTrueNoSource of the shipment.
AdvancedOptionsStoreIdIntegerTrueNoStore Id of the shipment.
AdvancedOptionsWarehouseIdIntegerTrueNoWarehouse Id of the shipment.
BatchNumberStringTrueNoBatch Number of the shipment.
CarrierCodeStringTrueNoCarrier code of the shipment.
ConfirmationStringTrueNoConfirmation of the shipment.
CreateDateDatetimeTrueNoCreate date of this record.
DimensionsHeightDoubleTrueNoHeight of the shipment.
DimensionsLengthDoubleTrueNoLength of the shipment.
DimensionsUnitsStringTrueNoUnits of the shipment.
DimensionsWidthDoubleTrueNoWidth of the shipment.
FormDataStringTrueNoForm data for the shipment.
InsuranceCostDoubleTrueNoInsurance cost of the shipment.
InsuranceOptionsInsuredValueDoubleTrueNoInsured value of the shipment.
InsuranceOptionsInsureShipmentBooleanTrueNoShipment is insured or not.
InsuranceOptionsProviderStringTrueNoInsurance provider of the shipment.
IsReturnLabelBooleanTrueNoShipment is return label is there or not.
LabelDataStringTrueNoLabel data of the shipment.
MarketplaceNotifiedBooleanTrueNoMarketplace is notified or not.
NotifyErrorMessageStringTrueNoError message of the notification.
OrderIdIntegerTrueNoOrder Id of the shipment.
OrderKeyStringTrueNoOrder Item key of the shipment.
OrderNumberStringTrueNoOrder Number of the shipment.
PackageCodeStringTrueNoPackage code of the shipment.
ServiceCodeStringTrueNoService code of the shipment.
ShipDateDateTrueNoShip date of the shipment.
ShipmentCostDoubleTrueNoShipment cost.
ShipToCityStringTrueNoShip to city.
ShipToCompanyStringTrueNoShip to company.
ShipToCountryStringTrueNoShip to country.
ShipToNameStringTrueNoShip to Name.
ShipToPhoneStringTrueNoShip to phone.
ShipToPostalCodeStringTrueNoShip to postal code.
ShipToResidentialBooleanTrueNoShip to residential.
ShipToStateStringTrueNoShip to state.
ShipToStreet1StringTrueNoShip to street.
ShipToStreet2StringTrueNoShip to street.
ShipToStreet3StringTrueNoShip to street.
TrackingNumberStringTrueNoShipment tracking Number.
UserIdStringTrueNoShipment user Id.
VoidDateDatetimeTrueNoVoid date of the shipment.
VoidedBooleanTrueNoVoided date of the shipment.
WarehouseIdIntegerTrueNoWarehouse Id of the shipment.
WeightUnitsStringTrueNoWeight units of the shipment.
WeightValueDoubleTrueNoWeight value of the shipment.
WeightWtUnitsIntegerTrueNoA numeric value that is equivalent to the units field.
RecipientNameStringFalseNoName of the Shipment Recipient Name.
RecipientCountryCodeStringFalseNoCountry code of the shipment recipient.
StoreIdIntegerFalseNoStore Id of the shipment.

Return to Top

StoreRefreshStatus 

NameTypeReadOnlyReferencesFilterOnlyDescription
StoreId [KEY]IntegerTrueStores.IdNoId of the store.
IdIntegerTrueNoStore refresh status id.
LastRefreshAttemptDateTrueNoLast date of the refresh attempt for store.
RefreshDateDateTrueNoRefresh date of the store.
RefreshStatusStringTrueNoRefresh status of the store.

Return to Top

Stores 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoId of the store.
AccountNameStringTrueNoAccount name of the store.
ActiveBooleanTrueNoWhether store is active or not.
AutoRefreshBooleanTrueNoWhether refresh is available or not.
CompanyNameStringTrueNoCompany name of the store.
CreateDateDatetimeTrueNoCreate date of this record.
EmailStringTrueNoEmail id of the store.
IntegrationUrlStringTrueNoIntegration URL of the store.
LastRefreshAttemptDatetimeTrueNoLast refresh attempt of the store.
MarketplaceIdIntegerTrueNoMarketplace Id of the store.
MarketplaceNameStringTrueNoMarketplace Name of the store.
ModifyDateDatetimeTrueNoModify date of the store.
PhoneStringTrueNoPhone number of the store.
PublicEmailStringTrueNoPublic email of the store.
RefreshDateDatetimeTrueNoRefresh date of the store.
StatusMappingsStringTrueNo
StoreNameStringTrueNoName of the store.
WebsiteStringTrueNoWebsite of the store.
ShowInactiveBooleanTrueNoSpecifies whether inactive stores will be shown.

Return to Top

Tags 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoGlobally unique ID for the tag.
ColorStringTrueNoColor associated with this tag.
NameStringTrueNoName of the tag.

Return to Top

Users 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoId of the User.
NameStringTrueNoName of the User.
UserNameStringTrueNoUser name of the User.
ShowInactiveBooleanFalseNoSpecifies whether inactive stores will be shown.

Return to Top

Warehouses 

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoId of the warehouses.
WarehouseNameStringTrueNoName of the warehouse.
CreateDateDatetimeTrueNoCreate date of the record.
IsDefaultBooleanTrueNoWhether it is default warehouse or not.
OriginAddressAddressVerifiedStringTrueNoOrigin address is verified or not.
OriginAddressCityStringTrueNoOrigin city of the warehouse.
OriginAddressCompanyStringTrueNoOrigin country of the warehouse.
OriginAddressCountryStringTrueNoOrigin name of the warehouse.
OriginAddressNameStringTrueNoOrigin phone of the warehouse.
OriginAddressPhoneStringTrueNoOrigin phone of the warehouse.
OriginAddressPostalCodeStringTrueNoOrigin postal code of the warehouse.
OriginAddressResidentialBooleanTrueNoOrigin residential of the warehouse.
OriginAddressStateStringTrueNoOrigin state of the warehouse.
OriginAddressStreet1StringTrueNoOrigin street of the warehouse.
OriginAddressStreet2StringTrueNoOrigin street of the warehouse.
OriginAddressStreet3StringTrueNoOrigin street of the warehouse.
ReturnAddressAddressVerifiedStringTrueNoReturn address is verified or not.
ReturnAddressCityStringTrueNoReturn city of the warehouse.
ReturnAddressCompanyStringTrueNoReturn company of the warehouse.
ReturnAddressCountryStringTrueNoReturn country of the warehouse.
ReturnAddressNameStringTrueNoReturn Name of the warehouse.
ReturnAddressPhoneStringTrueNoReturn phone of the warehouse.
ReturnAddressPostalCodeStringTrueNoReturn postal code of the warehouse.
ReturnAddressResidentialStringTrueNoReturn residential of the warehouse.
ReturnAddressStateStringTrueNoReturn state of the warehouse.
ReturnAddressStreet1StringTrueNoReturn street of the warehouse.
ReturnAddressStreet2StringTrueNoReturn street of the warehouse.
ReturnAddressStreet3StringTrueNoReturn street of the warehouse.

Return to Top