chore(docs): Updated API Reference (v2) (#8361)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
@@ -5487,6 +5487,11 @@ components:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
x-schemaName: AdminImportProductRequest
|
||||
required:
|
||||
- file
|
||||
properties:
|
||||
file:
|
||||
$ref: '#/components/schemas/File'
|
||||
AdminImportProductResponse:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
@@ -5617,21 +5622,24 @@ components:
|
||||
metadata:
|
||||
type: object
|
||||
description: The order's metadata.
|
||||
AdminPostCancelClaimReqSchema:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
x-schemaName: AdminPostCancelClaimReqSchema
|
||||
properties:
|
||||
no_notification:
|
||||
type: boolean
|
||||
title: no_notification
|
||||
description: The claim's no notification.
|
||||
AdminPostCancelReturnReqSchema:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
x-schemaName: AdminPostCancelReturnReqSchema
|
||||
required:
|
||||
- internal_note
|
||||
properties:
|
||||
no_notification:
|
||||
type: boolean
|
||||
title: no_notification
|
||||
description: The return's no notification.
|
||||
internal_note:
|
||||
type: string
|
||||
title: internal_note
|
||||
description: The return's internal note.
|
||||
AdminPostClaimItemsReqSchema:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
@@ -8533,6 +8541,52 @@ components:
|
||||
- unexpected_state
|
||||
- invalid_argument
|
||||
- unknown_error
|
||||
File:
|
||||
type: object
|
||||
description: The product's file.
|
||||
x-schemaName: File
|
||||
required:
|
||||
- lastModified
|
||||
- name
|
||||
- webkitRelativePath
|
||||
- size
|
||||
- type
|
||||
- arrayBuffer
|
||||
- stream
|
||||
- text
|
||||
properties:
|
||||
lastModified:
|
||||
type: number
|
||||
title: lastModified
|
||||
description: The file's lastmodified.
|
||||
name:
|
||||
type: string
|
||||
title: name
|
||||
description: The file's name.
|
||||
webkitRelativePath:
|
||||
type: string
|
||||
title: webkitRelativePath
|
||||
description: The file's webkitrelativepath.
|
||||
size:
|
||||
type: number
|
||||
title: size
|
||||
description: The file's size.
|
||||
type:
|
||||
type: string
|
||||
title: type
|
||||
description: The file's type.
|
||||
arrayBuffer:
|
||||
type: object
|
||||
description: The file's arraybuffer.
|
||||
slice:
|
||||
type: object
|
||||
description: The file's slice.
|
||||
stream:
|
||||
type: object
|
||||
description: The file's stream.
|
||||
text:
|
||||
type: object
|
||||
description: The file's text.
|
||||
StoreAddCartLineItem:
|
||||
type: object
|
||||
description: SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user