We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cb860 commit ed830bdCopy full SHA for ed830bd
1 file changed
src/Bigcommerce/Api/Client.php
@@ -495,7 +495,7 @@ public static function getProductImages($id)
495
*/
496
public static function getProductCustomFields($id)
497
{
498
- return self::getCollection('/products/' . $id . '/customfields/', 'ProductCustomField');
+ return self::getCollection('/products/' . $id . '/customfields', 'ProductCustomField');
499
}
500
501
/**
0 commit comments