feat(types,dashboard): ability to set shipping methods for claim (#8533)

This commit is contained in:
Riqwan Thamir
2024-08-09 11:51:33 +02:00
committed by GitHub
parent fdc94f6482
commit 3fe5848e72
6 changed files with 99 additions and 89 deletions
+2 -1
View File
@@ -17,6 +17,7 @@ export interface AdminReturn {
order_id: string
status?: string
exchange_id?: string
location_id?: string
claim_id?: string
order_version: number
display_id: number
@@ -79,7 +80,7 @@ export interface AdminConfirmReturnRequest {
}
export interface AdminUpdateReturnRequest {
location_id?: string
location_id?: string | null
no_notification?: boolean
metadata?: Record<string, unknown> | null
}
@@ -5,6 +5,7 @@ export interface AdminShippingOptionListParams extends FindParams {
id?: string | string[]
q?: string
service_zone_id?: string
stock_location_id?: string | string[]
shipping_profile_id?: string
provider_id?: string
shipping_option_type_id?: string