Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPriceListBatchResponse.ts
github-actions[bot] b23ddcdde8 chore(docs): Updated API Reference (v2) (#8609)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-08-15 14:31:35 +00:00

47 lines
1.1 KiB
TypeScript

/**
* @schema AdminPriceListBatchResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminPriceListBatchResponse
* required:
* - created
* - updated
* - deleted
* properties:
* created:
* type: array
* description: The price list's created.
* items:
* $ref: "#/components/schemas/AdminPrice"
* updated:
* type: array
* description: The price list's updated.
* items:
* $ref: "#/components/schemas/AdminPrice"
* deleted:
* type: object
* description: The price list's deleted.
* required:
* - ids
* - object
* - deleted
* properties:
* ids:
* type: array
* description: The deleted's ids.
* items:
* type: string
* title: ids
* description: The id's ids.
* object:
* type: string
* title: object
* description: The deleted's object.
* deleted:
* type: boolean
* title: deleted
* description: The deleted's details.
*
*/