@bigcommerce/checkout-sdk / ConsignmentSelector
- getConsignmentByAddress
- getConsignmentById
- getConsignments
- getConsignmentsOrThrow
- getCreateError
- getDeleteError
- getItemAssignmentError
- getLoadError
- getLoadShippingOptionsError
- getShippingOption
- getUnassignedItems
- getUpdateError
- getUpdateShippingOptionError
- isAssigningItems
- isCreating
- isDeleting
- isLoading
- isLoadingShippingOptions
- isUpdating
- isUpdatingShippingOption
▸ getConsignmentByAddress(address
): undefined
| Consignment
Name | Type |
---|---|
address |
AddressRequestBody |
undefined
| Consignment
▸ getConsignmentById(id
): undefined
| Consignment
Name | Type |
---|---|
id |
string |
undefined
| Consignment
▸ getConsignments(): undefined
| Consignment
[]
undefined
| Consignment
[]
▸ getConsignmentsOrThrow(): Consignment
[]
▸ getCreateError(): undefined
| Error
undefined
| Error
▸ getDeleteError(consignmentId?
): undefined
| Error
Name | Type |
---|---|
consignmentId? |
string |
undefined
| Error
▸ getItemAssignmentError(address
): undefined
| Error
Name | Type |
---|---|
address |
AddressRequestBody |
undefined
| Error
▸ getLoadError(): undefined
| Error
undefined
| Error
▸ getLoadShippingOptionsError(): undefined
| Error
undefined
| Error
▸ getShippingOption(): undefined
| ShippingOption
undefined
| ShippingOption
▸ getUnassignedItems(): PhysicalItem
[]
▸ getUpdateError(consignmentId?
): undefined
| Error
Name | Type |
---|---|
consignmentId? |
string |
undefined
| Error
▸ getUpdateShippingOptionError(consignmentId?
): undefined
| Error
Name | Type |
---|---|
consignmentId? |
string |
undefined
| Error
▸ isAssigningItems(address
): boolean
Name | Type |
---|---|
address |
AddressRequestBody |
boolean
▸ isCreating(): boolean
boolean
▸ isDeleting(consignmentId?
): boolean
Name | Type |
---|---|
consignmentId? |
string |
boolean
▸ isLoading(): boolean
boolean
▸ isLoadingShippingOptions(): boolean
boolean
▸ isUpdating(consignmentId?
): boolean
Name | Type |
---|---|
consignmentId? |
string |
boolean
▸ isUpdatingShippingOption(consignmentId?
): boolean
Name | Type |
---|---|
consignmentId? |
string |
boolean