For the complete documentation index, see llms.txt. This page is also available as Markdown.

List đơn hàng

API cho phép lấy danh sách đơn hàng theo thời gian và cho phép phân trang, sắp xếp theo thời gian từ tài khoản của shop sau khi được cấp quyền

Finds Pets by status.

get

Multiple status values can be provided with comma separated strings.

Required scopes
This endpoint requires the following scopes:
  • : modify pets in your account
  • : read your pets
Authorizations
OAuth2implicitRequired
Authorization URL:
Query parameters
statusstring · enumRequired

Status values that need to be considered for filter

Default: availablePossible values:
Responses
200

successful operation

idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
photoUrlsstring[]Required
statusstring · enumOptional

pet status in the store

Possible values:
get/pet/findByStatus

Last updated

Was this helpful?