Skip to content

Commit

Permalink
Merge pull request #179 from LinioIT/gsc-master-dev
Browse files Browse the repository at this point in the history
add date format param in sc request
  • Loading branch information
ddurandg authored Apr 19, 2024
2 parents 1a5c77b + 162ca2d commit 3d5ec5a
Show file tree
Hide file tree
Showing 11 changed files with 258 additions and 72 deletions.
7 changes: 7 additions & 0 deletions docs/Managers/GlobalOrderManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ This method provides you the possibility to use the most common parameters in on
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -105,6 +106,7 @@ This method returns the orders created between two specified dates.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand Down Expand Up @@ -133,6 +135,7 @@ This method returns the orders between the two specified dates.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -157,6 +160,7 @@ This method returns the orders created after the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -183,6 +187,7 @@ This method returns the orders created before the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -207,6 +212,7 @@ This method returns the orders updated after the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -231,6 +237,7 @@ This method returns the orders updated before the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand Down
5 changes: 5 additions & 0 deletions docs/Managers/GlobalProductManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Provides you the possibility to use the most common parameters in one call.
| `$skuSellerList` | array | Array of strings representing multiple sellers SKUs | No | - |
| `$updatedAfter` | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| `$updatedBefore` | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand Down Expand Up @@ -127,6 +128,7 @@ Returns the products created after the specified date.
| `$createdAfter` | DateTimeInterface | Filters the products using the specified date. | Yes | - |
| `$limit` | integer | The maximum number of products that could be returned | No | 1000 |
| `$offset` | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand All @@ -151,6 +153,7 @@ Returns products created before the specified date.
| `$createdBefore` | | Filters the products using the specified date | Yes | - |
| `$limit` | integer | The maximum number of products that could be returned | No | 1000 |
| `$offset` | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand All @@ -174,6 +177,7 @@ Returns products updated after the specified date.
| $updatedAfter | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | Yes | - |
| $limit | integer | The maximum number of products that could be returned | No | 1000 |
| $offset | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

Expand All @@ -197,6 +201,7 @@ Returns products updated before the specified date.
| $updatedBefore | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| $limit | integer | The maximum number of products that could be returned | No | 1000 |
| $offset | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand Down
9 changes: 8 additions & 1 deletion docs/Managers/OrderManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ This method provides you the possibility to use the most common parameters in on
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -103,6 +104,7 @@ This method returns the orders created between two specified dates.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand Down Expand Up @@ -130,7 +132,8 @@ This method returns the orders between the two specified dates.
| `$limit` | int | The maximum number of orders that could be returned. | No | 1000 |
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |ç
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -155,6 +158,7 @@ This method returns the orders created after the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -181,6 +185,7 @@ This method returns the orders created before the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -205,6 +210,7 @@ This method returns the orders updated after the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand All @@ -229,6 +235,7 @@ This method returns the orders updated before the specified date.
| `$offset` | int | Number of orders to skip at the beginning of the list. | No | 0 |
| `$sortBy` | string | Allows choosing the sorting column. The possible values are created_at and updated_at. | No | created_at |
| `$sortDirection` | string | Specify the sort type. The possible are values (ASC, DESC). | No | ASC |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

#### Example
Expand Down
5 changes: 5 additions & 0 deletions docs/Managers/ProductManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Provides you the possibility to use the most common parameters in one call.
| `$skuSellerList` | array | Array of strings representing multiple sellers SKUs | No | - |
| `$updatedAfter` | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| `$updatedBefore` | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand Down Expand Up @@ -127,6 +128,7 @@ Returns the products created after the specified date.
| `$createdAfter` | DateTimeInterface | Filters the products using the specified date. | Yes | - |
| `$limit` | integer | The maximum number of products that could be returned | No | 1000 |
| `$offset` | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand All @@ -151,6 +153,7 @@ Returns products created before the specified date.
| `$createdBefore` | | Filters the products using the specified date | Yes | - |
| `$limit` | integer | The maximum number of products that could be returned | No | 1000 |
| `$offset` | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand All @@ -174,6 +177,7 @@ Returns products updated after the specified date.
| $updatedAfter | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | Yes | - |
| $limit | integer | The maximum number of products that could be returned | No | 1000 |
| $offset | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |

Expand All @@ -197,6 +201,7 @@ Returns products updated before the specified date.
| $updatedBefore | DateTimeInterface | Filters the products using the specified date. The date provided will be included in the filter. | No | - |
| $limit | integer | The maximum number of products that could be returned | No | 1000 |
| $offset | integer | Number of products to skip at the beginning of the list. | No | 0 |
| `$dateFormat` | string|null | Specify format of date to sent Seller Center | No | null |
| `$debug` | bool | Whether it logs or not the request and response log | No | true |


Expand Down
Loading

0 comments on commit 3d5ec5a

Please sign in to comment.