- Family Graph API
- Objects
- AggregateValueAdd
- Album
- Audio
- BuyNowData
- ChildInFamily
- Citation
- ColorizationData
- Comment
- Config
- ConfirmationStatus
- Counter
- Device
- DiscoveryBase
- DnaAncestorName
- DnaEnums
- DnaEthnicity
- DnaEthnicityReport
- DnaKit
- DnaKitFile
- DnaMatch
- DnaMatchCommonAncestor
- DnaMatchNote
- DnaMatchRelationship
- DnaOrderItemShippingDetails
- Document
- Enums
- EthnicityInLocation
- Event
- EventDate
- EventPlace
- ExportGEDCOM
- ExportGEDCOMStatus
- Family
- FamilyEvent
- GenealogyEvent
- GoalActivity
- Image
- Individual
- Installation
- Invitation
- MatchesCount
- MatchingRequest
- MediaItem
- Membership
- Navigation
- NavigationItem
- NavigationItemBadge
- NewPhotoInfo
- Note
- Notification
- NotificationHistory
- OrderItemCoupon
- OrderItemShippingDetails
- Page
- PersonalPhotosDiscovery
- Phones
- Photo
- PhotoVersion
- Range
- RecordColorizationData
- RecordIndividual
- RecordMatchesCount
- Relationship
- ResiEvent
- ShippingOption
- SingleDate
- Site
- SmartMatch
- Source
- StructuredDate
- StructuredPlace
- SubTree
- SuggestedRelative
- System
- Tag
- ThreadsCount
- Tree
- TreeItem
- User
- UserMenu
- ValueAddData
- ValueAddElement
- ValueAddFactor
- Video
- WorldEthnicities
- SDKs
- PHP SDK
- iOS SDK
- Android SDK
OrderItemShippingDetails
Represents the shipping details of an order item.
This object can be accessed only via a the Payments scope
Fields
The OrderItemShippingDetails
object contains the following fields:
Name | Description | Type | Access Mode |
id |
The item's id |
id |
read |
serial_number |
The item's serial number |
string |
read |
shipping_provider |
The order's shipping provider |
string |
read |
shipping_carrier |
The order's shipping carrier |
string |
read |
estimated_shipping_business_days |
The estimated number of business days for shipping, from order creation date |
int |
read |
shipping_method |
The shipping method
|
string |
read |
tracking_url |
The shipping carrier tracking url |
string |
read |
tracking_number |
The order's tracking number |
string |
read |
status |
Status of the item in the order lifecycle
|
int |
read |
created_time |
The date and time when the order has been created |
string (YYYY-MM-DD HH:MM:SS) |
read |
updated_time |
The date and time when the order has been updated |
string (YYYY-MM-DD HH:MM:SS) |
read |
class_name |
The object class name |
string |
read |