feat(MED-86): user can see in Medusa BO if sending order to medipost succeeded
This commit is contained in:
@@ -2118,6 +2118,15 @@ export type Database = {
|
||||
success: boolean
|
||||
}
|
||||
}
|
||||
get_latest_medipost_dispatch_state_for_order: {
|
||||
Args: {
|
||||
medusa_order_id: string
|
||||
}
|
||||
Returns: {
|
||||
has_success: boolean
|
||||
action_date: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Enums: {
|
||||
analysis_feedback_status: "STARTED" | "DRAFT" | "COMPLETED"
|
||||
|
||||
Reference in New Issue
Block a user